File tree 2 files changed +16
-0
lines changed
install/all/operator/base
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ webhooks:
11
11
reinvocationPolicy: IfNeeded
12
12
failurePolicy: Ignore
13
13
timeoutSeconds: 2
14
+ namespaceSelector:
15
+ matchExpressions:
16
+ - key: kubernetes.io/metadata.name
17
+ operator: NotIn
18
+ values:
19
+ - kube-system
20
+ - kube-node-lease
21
+ matchPolicy: Equivalent
14
22
rules:
15
23
- apiGroups: [ "" ]
16
24
apiVersions: [ "v1" ]
Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ webhooks:
10
10
reinvocationPolicy : IfNeeded
11
11
failurePolicy : Ignore
12
12
timeoutSeconds : 2
13
+ namespaceSelector :
14
+ matchExpressions :
15
+ - key : kubernetes.io/metadata.name
16
+ operator : NotIn
17
+ values :
18
+ - kube-system
19
+ - kube-node-lease
20
+ matchPolicy : Equivalent
13
21
rules :
14
22
- apiGroups : [ "" ]
15
23
apiVersions : [ "v1" ]
You can’t perform that action at this time.
0 commit comments