change to defaultSecrets
This commit is contained in:
@@ -21,13 +21,13 @@ defaultConfig:
|
||||
timezone: UTC
|
||||
runMode: prod
|
||||
smtp:
|
||||
host: TBD
|
||||
port: 465
|
||||
from: no-reply@{{ .cloud.domain }}
|
||||
user: TBD
|
||||
requiredSecrets:
|
||||
- apps.gitea.adminPassword
|
||||
- apps.gitea.dbPassword
|
||||
- apps.gitea.secretKey
|
||||
- apps.gitea.jwtSecret
|
||||
- apps.gitea.smtpPassword
|
||||
host: "{{ .cloud.smtp.host }}"
|
||||
port: "{{ .cloud.smtp.port }}"
|
||||
user: "{{ .cloud.smtp.user }}"
|
||||
from: "{{ .cloud.smtp.from }}"
|
||||
defaultSecrets:
|
||||
- key: apps.gitea.adminPassword
|
||||
- key: apps.gitea.dbPassword
|
||||
- key: apps.gitea.secretKey
|
||||
- key: apps.gitea.jwtSecret
|
||||
- key: apps.gitea.smtpPassword
|
||||
|
||||
Reference in New Issue
Block a user