mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
tests - fix mattermost/k8s
This commit is contained in:
parent
23f8ec9571
commit
55525abf15
2 changed files with 4 additions and 1 deletions
3
examples/mattermost/mattermost-chart-values.yml
Normal file
3
examples/mattermost/mattermost-chart-values.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
mysql:
|
||||
mysqlUser: "mattermost"
|
||||
mysqlPassword: "changeme42!"
|
||||
|
|
@ -6,4 +6,4 @@ if [ $(id -u) -ne 0 ] ; then
|
|||
fi
|
||||
|
||||
helm repo add mattermost https://helm.mattermost.com
|
||||
helm install mattermost mattermost/mattermost-team-edition
|
||||
helm install -f mattermost-chart-values.yml mattermost mattermost/mattermost-team-edition
|
||||
|
|
|
|||
Loading…
Reference in a new issue