File tree Expand file tree Collapse file tree 4 files changed +33
-1
lines changed Expand file tree Collapse file tree 4 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -2115,6 +2115,11 @@ spec:
2115
2115
description : Verbosity specifies the logging verbosity of the daemon.
2116
2116
type : integer
2117
2117
webhookOptions :
2118
+ default :
2119
+ - name : nodedebuggingpod.spo.io
2120
+ objectSelector :
2121
+ matchLabels :
2122
+ debug.openshift.io/managed-by : oc-debug
2118
2123
description : |-
2119
2124
WebhookOpts set custom namespace selectors and failure mode for
2120
2125
SPO's webhooks
Original file line number Diff line number Diff line change @@ -1806,6 +1806,11 @@ spec:
1806
1806
description : Verbosity specifies the logging verbosity of the daemon.
1807
1807
type : integer
1808
1808
webhookOptions :
1809
+ default :
1810
+ - name : nodedebuggingpod.spo.io
1811
+ objectSelector :
1812
+ matchLabels :
1813
+ debug.openshift.io/managed-by : oc-debug
1809
1814
description : |-
1810
1815
WebhookOpts set custom namespace selectors and failure mode for
1811
1816
SPO's webhooks
Original file line number Diff line number Diff line change @@ -12,11 +12,22 @@ images:
12
12
newTag : latest
13
13
resources :
14
14
- ../cluster
15
-
16
15
patches :
16
+ - patch : |-
17
+ - op: replace
18
+ path: "/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/webhookOptions/default"
19
+ value:
20
+ - name: nodedebuggingpod.spo.io
21
+ objectSelector:
22
+ matchLabels:
23
+ debug.openshift.io/managed-by: "oc-debug"
24
+ target :
25
+ kind : CustomResourceDefinition
26
+ name : securityprofilesoperatordaemons.security-profiles-operator.x-k8s.io
17
27
- patch : |-
18
28
- op: add
19
29
path: "/metadata/labels/openshift.io~1cluster-monitoring"
20
30
value: "true"
21
31
target :
22
32
kind : Namespace
33
+
Original file line number Diff line number Diff line change @@ -10,6 +10,17 @@ sortOptions:
10
10
resources :
11
11
- ../cluster
12
12
patches :
13
+ - patch : |-
14
+ - op: replace
15
+ path: "/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/webhookOptions/default"
16
+ value:
17
+ - name: nodedebuggingpod.spo.io
18
+ objectSelector:
19
+ matchLabels:
20
+ debug.openshift.io/managed-by: "oc-debug"
21
+ target :
22
+ kind : CustomResourceDefinition
23
+ name : securityprofilesoperatordaemons.security-profiles-operator.x-k8s.io
13
24
- path : service_discovery_rules.yaml
14
25
target :
15
26
kind : ClusterRole
You can’t perform that action at this time.
0 commit comments