Use kustomize referrence for helm values

This commit is contained in:
2024-12-24 16:43:43 +01:00
parent 3d7855c4fa
commit 98b44f89da
3 changed files with 3 additions and 3 deletions

View File

@@ -17,4 +17,4 @@ spec:
interval: 12h
valuesFrom:
- kind: ConfigMap
name: authelia-prod-values
name: $(authelia-prod-values)

View File

@@ -17,4 +17,4 @@ spec:
interval: 1h
valuesFrom:
- kind: ConfigMap
name: gitea-prod-values
name: $(gitea-prod-values)