Added longhorn repo to install_repos.sh

This commit is contained in:
niku 2022-05-20 19:00:38 +00:00
parent 1cf24ffec9
commit 42e579a984

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
helm repo add traefik https://helm.traefik.io/traefik
helm repo add longhorn https://charts.longhorn.io
helm repo update