From 63d0234f631630b71b592380cb72f50108674438 Mon Sep 17 00:00:00 2001 From: Janis Eccarius Date: Sat, 30 May 2026 12:41:28 +0200 Subject: [PATCH] fix(secrets): remove duplicate git-pull-secret from kustomization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit github/git-pull-secret.yaml was sealed with redis namespace — same secret as redis/github-pull-secret.yaml which was sealed from live cluster. Keeping the correctly placed redis/ version. Co-Authored-By: Claude Sonnet 4.6 --- secrets/kustomization.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/secrets/kustomization.yaml b/secrets/kustomization.yaml index 1ba40be..1788e2b 100644 --- a/secrets/kustomization.yaml +++ b/secrets/kustomization.yaml @@ -7,7 +7,6 @@ resources: - kargo/kargo-admin-password-secret.yaml - github/git-kargo-secret.yaml - github/git-nowchess-secret.yaml - - github/git-pull-secret.yaml - nowchess/staging/ghcr-pull-secret.yaml - nowchess/staging/ncs-jwt-keys.yaml - nowchess/staging/ncs-db-secrets.yaml