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.
This commit is contained in:
2025-02-08 10:38:56 -06:00
parent edec79aaae
commit 4d11a60e62

View File

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