Skip to content

Commit a38ce5d

Browse files
scc fix
1 parent 227a541 commit a38ce5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/operator/status_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ func TestGetOrCreateClusterOperator(t *testing.T) {
204204
expectedCO: &osconfigv1.ClusterOperator{
205205
ObjectMeta: metav1.ObjectMeta{
206206
Name: clusterOperatorName,
207+
Annotations: map[string]string{
208+
"openshift.io/required-scc": "restricted-v2",
209+
},
207210
},
208211
Status: osconfigv1.ClusterOperatorStatus{
209212
Conditions: defaultConditions,

0 commit comments

Comments
 (0)