bunkerweb/examples/wordpress/setup-kubernetes.sh

5 lines
143 B
Bash
Raw Normal View History

#!/bin/bash
helm repo add wordpress https://charts.bitnami.com/bitnami
2022-12-02 14:37:23 +00:00
helm install -f wordpress-chart-values.yml wordpress bitnami/wordpress