mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
4 lines
156 B
Bash
Executable file
4 lines
156 B
Bash
Executable file
#!/bin/bash
|
|
|
|
helm repo add mattermost https://helm.mattermost.com
|
|
helm install -f mattermost-chart-values.yml mattermost mattermost/mattermost-team-edition
|