bunkerweb/examples/moodle/setup-kubernetes.sh
2022-07-23 22:38:49 +02:00

9 lines
No EOL
199 B
Bash
Executable file

#!/bin/bash
if [ $(id -u) -ne 0 ] ; then
echo "❌ Run me as root"
exit 1
fi
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install -f moodle-chart-values.yml moodle bitnami/moodle