1
0
Fork 0

dch-root-ca: Disable hash name suffix

The contents of the DCH Root CA will not change, so it does not make
sense to enable the hash suffix feature for this ConfigMap.  Without it,
the ConfigMap name is predictable and can be used outside of a Kustomize
project.
pull/50/head
Dustin 2025-02-08 10:38:56 -06:00
parent edec79aaae
commit 4d11a60e62
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@ configMapGenerator:
- name: dch-root-ca
files:
- dch-root-ca.crt
options:
disableNameSuffixHash: true