Skip to content

Commit

Permalink
chore: Add secrets.yaml (placeholders)
Browse files Browse the repository at this point in the history
  • Loading branch information
microamp committed Aug 2, 2024
1 parent ff13e64 commit 61b2de4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions k8s/iabweb/secrets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Secret
metadata:
name: secrets-env
type: Opaque
stringData:
# Database connection details - to be overridden
IABWWW_DB_HOST: "host"
IABWWW_DB_NAME: "name"
IABWWW_DB_PASS: "pass"
IABWWW_DB_PORT: "port"
IABWWW_DB_USER: "user"

# Django secret key - to be overridden
IABWWW_DJANGO_SECRET_KEY: "secret"

0 comments on commit 61b2de4

Please sign in to comment.