Fix it this way then
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
ae9d5ddba3
commit
da500e4893
|
@ -1,8 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/part-of: argocd
|
||||
name: argocd-cm
|
||||
data:
|
||||
kustomize.buildOptions: --enable-helm
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue