d509ebec88
Sealed from live cluster state — no plaintext ever on disk: - redis/github (dockerconfigjson pull secret) - nowchess/remotek6-certs (prod, staging, kargo) Added to kustomization: - kargo/discord-webhook-secret - nowchess/kargo/github-image-secret - redis/github-pull-secret - remotek6-certs for all three namespaces Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
27 lines
1.0 KiB
YAML
27 lines
1.0 KiB
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
|
|
- github/git-pull-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/gitea-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
|