cmp-lab/install_repos.sh

5 lines
141 B
Bash

#!/usr/bin/env bash
helm repo add traefik https://helm.traefik.io/traefik
helm repo add longhorn https://charts.longhorn.io
helm repo update