From d3a7cfe733c3ae052c1afcf528d7bacd921e4cb9 Mon Sep 17 00:00:00 2001 From: Graham McInitre Date: Tue, 21 Jul 2026 08:44:19 -0500 Subject: [PATCH] fix: replace stale Flux reference with ArgoCD in kustomization.yaml --- k8s/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/kustomization.yaml b/k8s/kustomization.yaml index da5e25df..33d01447 100644 --- a/k8s/kustomization.yaml +++ b/k8s/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization # secret.yaml is applied out-of-band and is git-ignored (contains plaintext -# credentials). Flux reconciles deployment.yaml etc. but does NOT manage the +# credentials). ArgoCD reconciles deployment.yaml etc. but does NOT manage the # secret. Rotate secrets by applying secret.yaml with kubectl directly. resources: - namespace.yaml