We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c16d7 commit 4cf9bd5Copy full SHA for 4cf9bd5
scaffold/templates/chart/values.yaml.tpl
@@ -72,5 +72,12 @@ service:
72
73
webhook:
74
certManager:
75
+ # -- Whether to use cert-manager to manage webhook tls
76
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: ""
83
{{- end }}
0 commit comments