kustomize + helm now managed by argocd
This commit is contained in:
		| @@ -8,7 +8,15 @@ resources: | ||||
|   - ingress.yaml | ||||
|   - argo-apps.application.yaml | ||||
|  | ||||
|  | ||||
| ### apply patches from file | ||||
| patchesStrategicMerge: | ||||
|   - known-hosts.configmap.yaml | ||||
|  | ||||
|  | ||||
| ## patch to add entries from argocd.configmap.yaml to the configmap | ||||
| patches: | ||||
|   - target: | ||||
|       kind: ConfigMap | ||||
|       name: argocd-cm | ||||
|       namespace: argocd | ||||
|     path: argocd-cm.patch.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user