1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Files
wrestlingdev.com/deploy/kubernetes/secrets/secrets.yaml

14 lines
481 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: wrestlingdev-secrets
type: Opaque
#data:
stringData:
dbusername: root
dbpassword: PUT_SECRET_HERE
dbhost: wrestlingdev-mariadb (if using the mariadb-standalone from this repo, otherwise use your hostname for your database)
devisesecretkey: PUT_SECRET_HERE get from running rails secret
railssecretkey: PUT_SECRET_HERE get from running rails secret
emailpassword: PUT_EMAIL_PASSWORD_HERE
gmailemail: PUT EMAIL ADDRESS HERE