archives added
This commit is contained in:
9
archives/certmanager/INSTALL.md
Normal file
9
archives/certmanager/INSTALL.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Install
|
||||
```
|
||||
helm repo add jetstack https://charts.jetstack.io
|
||||
helm repo update
|
||||
helm upgrade --install cert-manager jetstack/cert-manager \
|
||||
--namespace cert-manager \
|
||||
--create-namespace \
|
||||
--set installCRDs=true
|
||||
```
|
||||
Reference in New Issue
Block a user