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
|
- github.com/argoproj/argo-cd//manifests/cluster-install
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- argocd-cm.yaml
|
|
||||||
- service.yaml
|
- service.yaml
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
|
@ -13,6 +12,7 @@ patches:
|
||||||
- op: add
|
- op: add
|
||||||
path: /data
|
path: /data
|
||||||
value:
|
value:
|
||||||
|
kustomize.buildOptions: --enable-helm
|
||||||
resource.exclusions: |
|
resource.exclusions: |
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- cilium.io
|
- cilium.io
|
||||||
|
|
Loading…
Reference in New Issue