From dc07ad4bc3555ae4a82f9434198657c44f50622e Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 6 Mar 2026 22:05:27 +1100 Subject: [PATCH] fix: remove configmap hash prevent the automatic hashing of configmaps --- apps/base/artifactapi/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/base/artifactapi/kustomization.yaml b/apps/base/artifactapi/kustomization.yaml index 8833144..8182269 100644 --- a/apps/base/artifactapi/kustomization.yaml +++ b/apps/base/artifactapi/kustomization.yaml @@ -19,3 +19,5 @@ configMapGenerator: - name: remotes-config files: - resources/remotes.yaml + options: + disableNameSuffixHash: true -- 2.47.3