diff --git a/infrastructure/02-argocd/kustomization.yaml b/infrastructure/02-argocd/kustomization.yaml index 5d731d0..6223868 100644 --- a/infrastructure/02-argocd/kustomization.yaml +++ b/infrastructure/02-argocd/kustomization.yaml @@ -12,3 +12,4 @@ resources: patches: - path: patches/argocd-cmd-params-cm-patch.yaml - path: patches/argocd-server-service-type.yaml +- path: patches/argocd-cm-patch.yaml diff --git a/infrastructure/02-argocd/patches/argocd-cm-patch.yaml b/infrastructure/02-argocd/patches/argocd-cm-patch.yaml new file mode 100644 index 0000000..b6749a7 --- /dev/null +++ b/infrastructure/02-argocd/patches/argocd-cm-patch.yaml @@ -0,0 +1,6 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: argocd-cm +data: + kustomize.buildOptions: --enable-helm