bunkerweb/examples/wordpress/setup-kubernetes.sh
2022-12-02 15:37:23 +01:00

4 lines
143 B
Bash
Executable file

#!/bin/bash
helm repo add wordpress https://charts.bitnami.com/bitnami
helm install -f wordpress-chart-values.yml wordpress bitnami/wordpress