-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
In cert-manager/approver-policy#383 I noticed some trailing white space added to the generated Helm README.
Perhaps it's deliberate, to generate markdown linebreaks, but it seems to put them in unusual places.
For example:
# This option makes it so that the "helm.sh/resource-policy": keep
# annotation is added to the CRD. This will prevent Helm from uninstalling
# the CRD when the Helm release is uninstalled.
# WARNING: when the CRDs are removed, all cert-manager custom resources
# (Certificates, Issuers, ...) will be removed too by the garbage collector.
keep: trueBecomes:
#### **crds.keep** ~ `bool`
> Default value:
> ```yaml
> true
> ```
This option makes it so that the "helm.sh/resource-policy": keep annotation is added to the CRD. This will prevent Helm from uninstalling the CRD when the Helm release is uninstalled. WARNING: when the CRDs are removed, all cert-manager custom resources
(Certificates, Issuers, ...) will be removed too by the garbage collector.Notice how WARNING line (which should be on it's own line) has been flowed in to the previous sentence.
And the line break (double trailing space) has been added half way into the WARNING sentence.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.

