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 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-01-19 14:45:33 -08:00
commit 623b122f58

View file

@ -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