Skip to content

Commit c3bded6

Browse files
added system-cluster-critical to the resourcequota's scope
1 parent fba6523 commit c3bded6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/k8s_client/yaml_factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ spec:
390390
matchExpressions:
391391
- operator : In
392392
scopeName: PriorityClass
393-
values: ["system-node-critical"]
393+
values: ["system-node-critical", "system-cluster-critical"]
394394
`
395395

396396
const deploymentAutosupportYAMLTemplate = `

0 commit comments

Comments
 (0)