Add a metallb app (#1305)

* Add a metallb app

* add metallb repo
This commit is contained in:
Kjeld Schouten-Lebbing
2021-11-10 17:35:49 +01:00
committed by GitHub
parent 57829d0e17
commit 023eb2f4cd
8 changed files with 229 additions and 0 deletions
+1
View File
@@ -389,6 +389,7 @@ prep_helm() {
if [[ -z "$standalone" ]]; then
helm repo add truecharts https://truecharts.org
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add metallb https://metallb.github.io/metallb
helm repo update
fi
}