Insert cert-manager

Fixes #31
This commit is contained in:
Christian
2022-02-01 09:31:40 +01:00
parent 695cbc9488
commit 9428b0afe0
8 changed files with 560 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
helm repo add jetstack https://charts.jetstack.io
Install CRDs
(option 1) manually:
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.7.0/cert-manager.crds.yaml
Or
install with helm
--set installCRDs=true
$ helm install \
cert-manager jetstack/cert-manager \
--namespace cert-manager \
--create-namespace \
--version v1.7.0 \
# --set installCRDs=true