be less specific. Gotcha
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
3230942547
commit
996270fe06
|
@ -2,10 +2,7 @@ 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
|
||||
|
|
|
@ -4,5 +4,5 @@ kind: Kustomization
|
|||
resources:
|
||||
- github.com/argoproj/argo-cd//manifests/cluster-install
|
||||
|
||||
patchesStrategicMerge:
|
||||
patches:
|
||||
- argocd-cm.yaml
|
||||
|
|
Loading…
Reference in New Issue