kustomize + helm now managed by argocd
This commit is contained in:
3
infrastructure/argocd/argocd-cm.patch.yaml
Normal file
3
infrastructure/argocd/argocd-cm.patch.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
- op: add
|
||||
path: /data/kustomize.buildOptions
|
||||
value: --enable-helm
|
@@ -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