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
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/instance: argocd
|
|
||||||
app.kubernetes.io/name: argocd-cm
|
|
||||||
app.kubernetes.io/part-of: argocd
|
app.kubernetes.io/part-of: argocd
|
||||||
name: argocd-cm
|
name: argocd-cm
|
||||||
namespace: argocd
|
|
||||||
data:
|
data:
|
||||||
kustomize.buildOptions: --enable-helm
|
kustomize.buildOptions: --enable-helm
|
||||||
|
|
|
@ -4,5 +4,5 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- github.com/argoproj/argo-cd//manifests/cluster-install
|
- github.com/argoproj/argo-cd//manifests/cluster-install
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patches:
|
||||||
- argocd-cm.yaml
|
- argocd-cm.yaml
|
||||||
|
|
Loading…
Reference in New Issue