You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/rollout-operator/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ webhooks:
106
106
enabled: true
107
107
# -- Validating and mutating webhook failure policy. `Ignore` or `Fail`.
108
108
failurePolicy: "Fail"
109
-
# -- Secret resource name for the TLS certificate to be used with the webhooks
109
+
# -- Secret resource name for the TLS certificate to be used with the webhooks. If not set, a secret's name will be generated using the fullname template.
110
110
selfSignedCertSecretName: ""
111
111
# -- objectSelector to filter which objects the webhooks apply to.
0 commit comments