From afd88caf47a3f31acf9eae6d4cb6e4af3baa824d Mon Sep 17 00:00:00 2001 From: Janis Eccarius Date: Sat, 30 May 2026 12:32:32 +0200 Subject: [PATCH] fix(secrets): remove duplicate gitea-secret from kustomization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit github-image-secret.yaml covers same name/namespace with real credentials. gitea-secret.yaml had empty creds — was a placeholder. 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 0100860..1ba40be 100644 --- a/secrets/kustomization.yaml +++ b/secrets/kustomization.yaml @@ -17,7 +17,6 @@ resources: - nowchess/eu-central-1-prod/ncs-db-secrets.yaml - nowchess/eu-central-1-prod/ncs-internal-secret.yaml - nowchess/kargo/git-secret.yaml - - nowchess/kargo/gitea-secret.yaml - nowchess/kargo/github-image-secret.yaml - nowchess/kargo/remotek6-certs.yaml - nowchess/staging/remotek6-certs.yaml