mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-21 16:08:21 +00:00
4 lines
132 B
Bash
Executable file
4 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
|
|
helm repo add bitnami https://charts.bitnami.com/bitnami
|
|
helm install -f drupal-chart-values.yml drupal bitnami/drupal
|