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:
parent
7e6742ad24
commit
623b122f58
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ namespace: argocd
|
||||||
resources:
|
resources:
|
||||||
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
||||||
- service-tailscale.yaml
|
- service-tailscale.yaml
|
||||||
|
- argocd-ssh-known-hosts-cm.yaml
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- argocd-cmd-params-cm.yaml
|
- argocd-cmd-params-cm.yaml
|
||||||
- argocd-ssh-known-hosts-cm.yaml
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue