Files
charts/phpbb/tpl/values.toml
Sameer Naik 6bd70037c1 phpbb: added secrets manifest for sensitive variables.
A secret volume named `phpbb` is created to store password variables.
2016-07-05 23:09:34 +05:30

9 lines
155 B
TOML

phpbbUser = "user"
phpbbPassword = "bitnami"
phpbbEmail = "user@example.com"
smtpHost = ""
smtpUser = ""
smtpPassword = ""
smtpPort = ""
smtpProtocol = ""