From da500e4893c39148e206e6de5b9d784789a2aae7 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Mon, 13 Nov 2023 15:00:51 +0100 Subject: [PATCH] Fix it this way then Signed-off-by: Martyn Ranyard --- apps-kustomized/argocd/argocd-cm.yaml | 8 -------- apps-kustomized/argocd/kustomization.yaml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 apps-kustomized/argocd/argocd-cm.yaml 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