From 623b122f586dc16b78ade75e40cbe01dbad629ee Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 19 Jan 2026 14:45:33 -0800 Subject: [PATCH] Fix kustomization: known_hosts as resource not patch The argocd-ssh-known-hosts-cm ConfigMap needs to be a resource, not a patch, because the upstream install.yaml includes it inline in a way kustomize can't patch. Co-Authored-By: Claude Opus 4.5 --- argocd/manifests/argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/argocd/kustomization.yaml b/argocd/manifests/argocd/kustomization.yaml index 1a15374..a7d66b5 100644 --- a/argocd/manifests/argocd/kustomization.yaml +++ b/argocd/manifests/argocd/kustomization.yaml @@ -6,7 +6,7 @@ namespace: argocd resources: - https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml - service-tailscale.yaml + - argocd-ssh-known-hosts-cm.yaml patchesStrategicMerge: - argocd-cmd-params-cm.yaml - - argocd-ssh-known-hosts-cm.yaml