argo now with helm build support
This commit is contained in:
parent
bbdcd9dc74
commit
c361c4aba2
@ -12,3 +12,4 @@ resources:
|
|||||||
patches:
|
patches:
|
||||||
- path: patches/argocd-cmd-params-cm-patch.yaml
|
- path: patches/argocd-cmd-params-cm-patch.yaml
|
||||||
- path: patches/argocd-server-service-type.yaml
|
- path: patches/argocd-server-service-type.yaml
|
||||||
|
- path: patches/argocd-cm-patch.yaml
|
||||||
|
6
infrastructure/02-argocd/patches/argocd-cm-patch.yaml
Normal file
6
infrastructure/02-argocd/patches/argocd-cm-patch.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: argocd-cm
|
||||||
|
data:
|
||||||
|
kustomize.buildOptions: --enable-helm
|
Loading…
x
Reference in New Issue
Block a user