tests - fix mattermost/k8s

This commit is contained in:
bunkerity 2022-08-08 10:59:06 +02:00
parent 23f8ec9571
commit 55525abf15
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
mysql:
mysqlUser: "mattermost"
mysqlPassword: "changeme42!"

View File

@ -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