added configmap creation
This commit is contained in:
parent
2e468788b1
commit
e742d55749
|
|
@ -3,3 +3,8 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- helmrelease.yaml
|
- helmrelease.yaml
|
||||||
- clusters
|
- clusters
|
||||||
|
|
||||||
|
configMapGenerator:
|
||||||
|
- name: cnpg-values
|
||||||
|
files:
|
||||||
|
- values.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue