aurask/deploy/k3s/examples/aurask-postgres-secret.example.yaml
Aaron 1ae23d44c1
All checks were successful
aurask-release / build-and-deploy (push) Successful in 3m7s
Expand Aurask k3s production overlay and release pipeline
2026-04-19 18:05:46 +08:00

11 lines
185 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: aurask-postgres
namespace: aurask
type: Opaque
stringData:
POSTGRES_DB: aurask
POSTGRES_USER: aurask
POSTGRES_PASSWORD: REPLACE_ME