Sealed forte-drop-secrets with the real UpCloud Managed Object Storage creds (existing drops bucket), PG creds matching the deployed forte-drop-pg-creds, and PASSWORD_GATE_SECRET. Consumed by both web + mcp deployments (envSecretName) and the pg-backup CronJob (S3 creds).
9 lines
303 B
YAML
9 lines
303 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- forte-drop.yaml
|
|
- keycloak-client-forte-drop.yaml
|
|
- forte-drop-pdb.yaml
|
|
- forte-drop-secrets-sealed.yaml
|
|
# - auth-oidc-sealed.yaml # added in follow-up commit (after Keycloak registrar creates client_secret)
|