mirror of
https://github.com/bunkerity/bunkerized-nginx
synced 2023-12-13 21:30:18 +01:00
4 lines
144 B
Bash
Executable file
4 lines
144 B
Bash
Executable file
#!/bin/bash
|
|
|
|
helm repo add bitnami https://charts.bitnami.com/bitnami
|
|
helm install -f prestashop-chart-values.yml prestashop bitnami/prestashop
|