Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sathisv3 committed May 8, 2024
1 parent 8b2ce8c commit 2424761
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions installation/insatllation.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Cert-manager Installation
===
# helm repo add
=========================
### helm repo add
### For reference https://cert-manager.io/docs/installation/helm/
helm repo add jetstack https://charts.jetstack.io --force-update

# helm repo update
$ helm repo update

## Install CRDs with kubectl
### helm repo update
'''console
helm repo update
'''
### Install CRDs with kubectl
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.5/cert-manager.crds.yaml

# Install cert-manager with helm
Expand All @@ -18,9 +19,12 @@ helm install \
--version v1.14.5 \
# --set installCRDs=true

# for more reference
# https://technotim.live/posts/kube-traefik-cert-manager-le/
### for more reference
### https://technotim.live/posts/kube-traefik-cert-manager-le/


Reflector Installation
======================



0 comments on commit 2424761

Please sign in to comment.