mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
4 lines
144 B
Bash
4 lines
144 B
Bash
#!/bin/bash
|
|
|
|
helm repo add bitnami https://charts.bitnami.com/bitnami
|
|
helm install -f prestashop-chart-values.yml prestashop bitnami/prestashop
|