mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-15 04:58:36 +00:00
4 lines
143 B
Bash
Executable file
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
|