mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Merge pull request #541 from bunkerity/dev
Update setup-kubernetes of wordpress example
This commit is contained in:
commit
252a5831bf
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
helm repo add wordpress https://charts.bitnami.com/bitnami
|
||||
helm install -f wordpress-chart-values.yml wordpress bitnami/wordpress
|
||||
helm install -f wordpress-chart-values.yml wordpress oci://registry-1.docker.io/bitnamicharts/wordpress
|
||||
|
|
|
|||
Loading…
Reference in a new issue