kustomize + helm now managed by argocd

This commit is contained in:
2023-11-14 10:09:36 +01:00
parent d217b162ff
commit 73630c45da
10 changed files with 90 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
- op: add
path: /data/kustomize.buildOptions
value: --enable-helm

View File

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