UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 29f585ae authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch 'mattermost-database-bug' into 'master'

Update Default Mattermost Values

Closes #2308

See merge request !5529
parents c71408ec e6d4888f
No related branches found
No related tags found
1 merge request!5529Update Default Mattermost Values
Pipeline #3812591 passed
......@@ -164,4 +164,12 @@ mattermostEnvs:
# required for Keycloak >= 20.X to work with gitlab auth pointed to Keycloak
MM_GITLABSETTINGS_SCOPE: openid
existingSecretEnvs:
# Forces mattermost to use the DB_CONNECTION_STRING in the secret and respect changes in that value
- name: MM_SQLSETTINGS_DATASOURCE
valueFrom:
secretKeyRef:
key: DB_CONNECTION_STRING
name: "mattermost-dbcreds"
{{- end -}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment