Split of values into seperate files for the remaining infra (#12)
This commit is contained in:
@@ -13,5 +13,6 @@ spec:
|
||||
version: 0.22.0
|
||||
interval: 15m
|
||||
timeout: 5m
|
||||
values:
|
||||
replicaCount: 2
|
||||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: cnpg-values
|
||||
|
||||
@@ -5,3 +5,10 @@ resources:
|
||||
- ./namespace.yaml
|
||||
- ./helm-repository.yaml
|
||||
- ./helm-release.yaml
|
||||
configurations:
|
||||
- ../../common/name-reference/helm-release.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: cnpg-values
|
||||
files:
|
||||
- ./values.yaml
|
||||
|
||||
1
infra/cnpg/values.yaml
Normal file
1
infra/cnpg/values.yaml
Normal file
@@ -0,0 +1 @@
|
||||
replicaCount: 2
|
||||
Reference in New Issue
Block a user