diff --git a/apps-kustomized/argocd/argocd-cm.yaml b/apps-kustomized/argocd/argocd-cm.yaml deleted file mode 100644 index 7992642..0000000 --- a/apps-kustomized/argocd/argocd-cm.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - labels: - app.kubernetes.io/part-of: argocd - name: argocd-cm -data: - kustomize.buildOptions: --enable-helm diff --git a/apps-kustomized/argocd/kustomization.yaml b/apps-kustomized/argocd/kustomization.yaml index fb7c218..76bcbf1 100644 --- a/apps-kustomized/argocd/kustomization.yaml +++ b/apps-kustomized/argocd/kustomization.yaml @@ -5,7 +5,6 @@ resources: - github.com/argoproj/argo-cd//manifests/cluster-install patchesStrategicMerge: -- argocd-cm.yaml - service.yaml patches: @@ -13,6 +12,7 @@ patches: - op: add path: /data value: + kustomize.buildOptions: --enable-helm resource.exclusions: | - apiGroups: - cilium.io