Skip to content

Commit 5768caf

Browse files
authored
Update README.md
1 parent f06a3eb commit 5768caf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ imagePullCredentials:
4646
### TLS Ceritificates
4747
#### Using minikube (For local testing)
4848
Install Cert Manager
49+
50+
https://artifacthub.io/packages/helm/microfunctions/cert-manager
4951
```
52+
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.crds.yaml
5053
helm repo add jetstack https://charts.jetstack.io
5154
helm install cert-manager --namespace default jetstack/cert-manager --set installCRDs=true
5255
```

0 commit comments

Comments
 (0)