mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-06 06:28:33 +00:00
Put db host in secrets for kubernetes
This commit is contained in:
@@ -7,6 +7,7 @@ type: Opaque
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user