We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06a3eb commit 5768cafCopy full SHA for 5768caf
README.md
@@ -46,7 +46,10 @@ imagePullCredentials:
46
### TLS Ceritificates
47
#### Using minikube (For local testing)
48
Install Cert Manager
49
+
50
+https://artifacthub.io/packages/helm/microfunctions/cert-manager
51
```
52
+kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.crds.yaml
53
helm repo add jetstack https://charts.jetstack.io
54
helm install cert-manager --namespace default jetstack/cert-manager --set installCRDs=true
55
0 commit comments