UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d98af2b4 authored by Andrew Kesterson's avatar Andrew Kesterson
Browse files

Mattermost #155: Force the usage of mattermost-dbcreds when no specific secret is specified

parent a0e32418
No related branches found
No related tags found
1 merge request!4623mattermost update to 9.9.0-bb.3
Pipeline #3450851 failed
......@@ -93,6 +93,8 @@ postgresql:
- private-registry
{{- if and .username .password .host .port .database }}
secret: "mattermost-database-secret"
{{- else }}
secret: "mattermost-dbcreds"
{{- end }}
install: true
{{- if $istioInjection }}
......
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