This commit is contained in:
nora 2023-02-07 21:11:37 +01:00
parent 1b8879c684
commit 4be274f187
12 changed files with 270 additions and 12 deletions

7
scripts/cert-manager.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env sh
# https://getbetterdevops.io/k8s-ingress-with-letsencrypt/
helm repo add jetstack https://charts.jetstack.io
helm repo update
helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --set installCRDs=true