From 4d11a60e6238809fddc51b9e13857cf94efa00c3 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 8 Feb 2025 10:38:56 -0600 Subject: [PATCH] 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. --- dch-root-ca/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dch-root-ca/kustomization.yaml b/dch-root-ca/kustomization.yaml index 605d726..ed6f020 100644 --- a/dch-root-ca/kustomization.yaml +++ b/dch-root-ca/kustomization.yaml @@ -5,3 +5,5 @@ configMapGenerator: - name: dch-root-ca files: - dch-root-ca.crt + options: + disableNameSuffixHash: true