Skip to content

Commit

Permalink
Merge pull request #1529 from ThatsMrTalbot/fix/remove-create-namespa…
Browse files Browse the repository at this point in the history
…ce-from-helm-template

fix: remove --create-namespace from helm template example
  • Loading branch information
cert-manager-prow[bot] authored Aug 2, 2024
2 parents 40668fc + 3c2bbdc commit 4837d03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/installation/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,14 @@ This static manifest can be tuned by providing the flags to overwrite the defaul
helm template \
cert-manager jetstack/cert-manager \
--namespace cert-manager \
--create-namespace \
--version [[VAR::cert_manager_latest_version]] \
--set crds.enabled=true \
# --set prometheus.enabled=false \ # Example: disabling prometheus using a Helm parameter
> cert-manager.custom.yaml
```

> ℹ️ The `helm template` command will not output a Namespace resource and ignores the `--create-namespace` flag. You must ensure the namespace you are deploying the generated YAML to exists.

## Uninstalling

> **Warning**: To uninstall cert-manager you should always use the same process for
Expand Down

0 comments on commit 4837d03

Please sign in to comment.