Fix it this way then

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-11-13 15:00:51 +01:00
parent ae9d5ddba3
commit da500e4893
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
apiVersion: v1
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/part-of: argocd
name: argocd-cm
data:
kustomize.buildOptions: --enable-helm

View File

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