You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running with recent release of helm 3.13.1 the output for MM_CONFIG env variable is bad: helm template -name mattermost mattermost/mattermost-enterprise-edition
On a related subject, if you were to try to use an existingDatabaseSecret, since not using one is broken, it will try to use the database secret as the license file location (in config.tpl):
Running with recent release of helm 3.13.1 the output for MM_CONFIG env variable is bad:
helm template -name mattermost mattermost/mattermost-enterprise-edition
Running with helm 3.9.0 you get the intended output:
helm390 template -name mattermost mattermost/mattermost-enterprise-edition
From the deployment app template:
From the values.yaml
It seems like the latest version of helm doesn't treat the
existingDatabaseSecret
map with two blank keys as "false".The values.yaml should probably be changed to:
The text was updated successfully, but these errors were encountered: