Files
GitOps/secrets/kustomization.yaml
T
Janis Eccarius 63d0234f63 fix(secrets): remove duplicate git-pull-secret from kustomization
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 <noreply@anthropic.com>
2026-05-30 12:41:28 +02:00

25 lines
955 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- postgres-tunnel/secret.yaml
- gitea/argocd-gitops-repo-secret.yaml
- gitea/gitea-gitops-secret.yaml
- kargo/kargo-admin-password-secret.yaml
- github/git-kargo-secret.yaml
- github/git-nowchess-secret.yaml
- nowchess/staging/ghcr-pull-secret.yaml
- nowchess/staging/ncs-jwt-keys.yaml
- nowchess/staging/ncs-db-secrets.yaml
- nowchess/staging/ncs-internal-secret.yaml
- nowchess/eu-central-1-prod/ghcr-pull-secret.yaml
- nowchess/eu-central-1-prod/ncs-jwt-keys.yaml
- 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/github-image-secret.yaml
- nowchess/kargo/remotek6-certs.yaml
- nowchess/staging/remotek6-certs.yaml
- nowchess/eu-central-1-prod/remotek6-certs.yaml
- kargo/discord-webhook-secret.yaml
- redis/github-pull-secret.yaml