cert-manager/docs/user-guides/helm.md
2017-11-03 16:41:39 +00:00

9 lines
416 B
Markdown

# 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](../../contrib/charts/cert-manager).