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: chart/values.yaml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,15 @@ pdb:
62
62
maxUnavailable: ""
63
63
64
64
webhook:
65
+
# -- Match conditions for webhooks can be used for fine-grained request filtering. Docs: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions
66
+
matchConditions: []
67
+
# -- Examples from documentation:
68
+
# -- - name: 'exclude-leases' # Each match condition must have a unique name
0 commit comments