fix(mail): 🔧 Update connection string reference in values.yaml
Corrects the key reference in the configuration for Gitea's email user credentials from 'password' to 'connection-string' to ensure proper connection handling.
This commit is contained in:
parent
2e57ab463e
commit
1a12aa3674
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ gitea:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: email-user-credentials
|
name: email-user-credentials
|
||||||
key: password
|
key: connection-string
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
existingSecret: gitea-credential
|
existingSecret: gitea-credential
|
||||||
|
|
Loading…
Reference in a new issue