bunkerized-nginx/examples/mattermost/setup-kubernetes.sh

10 lines
193 B
Bash
Raw Normal View History

2022-07-22 19:48:31 +02:00
#!/bin/bash
if [ $(id -u) -ne 0 ] ; then
echo "❌ Run me as root"
exit 1
fi
helm repo add mattermost https://helm.mattermost.com
helm install mattermost mattermost/mattermost-team-edition