Initial commit

This commit is contained in:
2022-05-20 20:48:03 +02:00
commit 1cf24ffec9
7 changed files with 302 additions and 0 deletions

3
install_repos.sh Normal file
View File

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