854c00dd4f
Delete PR Branch On Close / delete-branch (pull_request) Successful in 5s
Seal TOURNAMENT_BOT_TOKEN as ncs-tournament-bot-secret and inject it plus TOURNAMENT_SERVER_URL into the official-bots rollout so the bot parks itself on http://141.37.123.132:8086 at startup. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
513 B
YAML
Executable File
14 lines
513 B
YAML
Executable File
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
# Seal each secret with the htwg-1 cluster key before use:
|
|
# kubectl -n <namespace> create secret generic <name> ... --dry-run=client -o yaml \
|
|
# | kubeseal --controller-name sealed-secrets --controller-namespace kube-system -o yaml > <file>
|
|
resources:
|
|
- ghcr-pull-secret.yaml
|
|
- ncs-jwt-keys.yaml
|
|
- ncs-db-secrets.yaml
|
|
- ncs-internal-secret.yaml
|
|
- remotek6-certs.yaml
|
|
- postgres-credentials.yaml
|
|
- ncs-tournament-bot-secret.yaml
|