Enable helm on kustomize for charts that need more tweaks than they allow for
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
c4e108e59f
commit
3230942547
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/instance: argocd
|
||||
app.kubernetes.io/name: argocd-cm
|
||||
app.kubernetes.io/part-of: argocd
|
||||
name: argocd-cm
|
||||
namespace: argocd
|
||||
data:
|
||||
kustomize.buildOptions: --enable-helm
|
|
@ -3,3 +3,6 @@ kind: Kustomization
|
|||
|
||||
resources:
|
||||
- github.com/argoproj/argo-cd//manifests/cluster-install
|
||||
|
||||
patchesStrategicMerge:
|
||||
- argocd-cm.yaml
|
||||
|
|
Loading…
Reference in New Issue