chore(gitea): Updated values for SMTP support
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 1m6s
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 1m6s
This commit is contained in:
@@ -10,8 +10,16 @@ spec:
|
|||||||
kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
target:
|
target:
|
||||||
name: gitea-conf-smtp
|
name: gitea-conf-smtp
|
||||||
stringData:
|
template:
|
||||||
- secretKey: mailer
|
stringData:
|
||||||
remoteRef:
|
mailer: |
|
||||||
key: gitea
|
ENABLED: <%= JSON.parse(data.jsonConfig).ENABLED %>
|
||||||
property: config
|
FROM: <%= JSON.parse(data.jsonConfig).FROM %>
|
||||||
|
PASSWD: <%= JSON.parse(data.jsonConfig).PASSWD %>
|
||||||
|
PROTOCOL: <%= JSON.parse(data.jsonConfig).PROTOCOL %>
|
||||||
|
SMTP_ADDR: <%= JSON.parse(data.jsonConfig).SMTP_ADDR %>
|
||||||
|
SMTP_PORT: <%= JSON.parse(data.jsonConfig).SMTP_PORT %>
|
||||||
|
USER: <%= JSON.parse(data.jsonConfig).USER %>
|
||||||
|
data:
|
||||||
|
- key: /gitea/jsonConfig
|
||||||
|
name: jsonConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user