cert-manager/docs/user-guides/helm.md
2017-10-23 13:46:48 +01:00

476 B

Deploying cert-manager using Helm

To deploy the latest version of cert-manager using Helm, run:

$ helm install --name cert-manager --namespace kube-system contrib/charts/cert-manager

By default, it will be configured to fulfil Certificate resources in all namespaces. There are a number of options you can customise when deploying, as detailed in the chart itself.