Skip to content

Commit 4cf9bd5

Browse files
committed
scaffold: add missing chart value descriptions to values.yaml
1 parent b9c16d7 commit 4cf9bd5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scaffold/templates/chart/values.yaml.tpl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,12 @@ service:
7272

7373
webhook:
7474
certManager:
75+
# -- Whether to use cert-manager to manage webhook tls
7576
enabled: false
77+
# -- Issuer group (only relevant if enabled is true; if unset, the default cert-manager group is used)
78+
issuerGroup: ""
79+
# -- Issuer kind (only relevant if enabled is true; if unset, the default cert-manager type 'Issuer' is used)
80+
issuerKind: ""
81+
# -- Issuer name (only relevant if enabled is true; if unset, a self-signed issuer is used)
82+
issuerName: ""
7683
{{- end }}

0 commit comments

Comments
 (0)