bunkerized-nginx/examples/nextcloud/setup-kubernetes.sh
2022-07-23 22:38:49 +02:00

9 lines
211 B
Bash
Executable file

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