Files
fastapi-postgres-gitops/manifests/config/secret.yaml
ITO Mac 35d0d4b3b9 init
2026-05-19 10:53:09 +02:00

12 lines
237 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: postgres-secret
namespace: student-blazp04
type: Opaque
data:
# echo -n "appuser" | base64
POSTGRES_USER: YXBwdXNlcg==
# echo -n "changeme" | base64
POSTGRES_PASSWORD: Y2hhbmdlbWU=