Disable name suffix hash for value configmaps

This commit is contained in:
2024-12-24 17:00:54 +01:00
parent 98b44f89da
commit 7e775510d2
6 changed files with 9 additions and 3 deletions

View File

@@ -10,5 +10,7 @@ resources:
configMapGenerator:
- name: traefik-prod-values
namespace: traefik
options:
disableNameSuffixHash: true
files:
- values.yaml

View File

@@ -16,4 +16,4 @@ spec:
interval: 10m
valuesFrom:
- kind: ConfigMap
name: $(traefik-prod-values)
name: traefik-prod-values