From e2ada738f8a63a69529b70aa66b10195bac786ae Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 6 Mar 2026 22:11:11 +1100 Subject: [PATCH] fix: remove configmap hash (#20) prevent the automatic hashing of configmaps Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/20 --- 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