Split of values into seperate files for the remaining infra (#12)

This commit is contained in:
2025-04-22 11:07:53 +02:00
parent 9068fc25ae
commit f62e9b5c40
22 changed files with 251 additions and 173 deletions

View File

@@ -13,5 +13,6 @@ spec:
version: 0.22.0
interval: 15m
timeout: 5m
values:
replicaCount: 2
valuesFrom:
- kind: ConfigMap
name: cnpg-values

View File

@@ -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
View File

@@ -0,0 +1 @@
replicaCount: 2