Skip to content

Commit

Permalink
Use a constant to specify the priority class for OWA
Browse files Browse the repository at this point in the history
  • Loading branch information
dimityrmirchev committed Oct 12, 2022
1 parent 78b4fc6 commit 4e71340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/lifecycle/actuator.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ func getSeedResources(oidcReplicas *int32, hibernated bool, namespace, genericKu
},
AutomountServiceAccountToken: pointer.Bool(false),
ServiceAccountName: constants.ApplicationName,
PriorityClassName: "gardener-system-300",
PriorityClassName: v1beta1constants.PriorityClassNameShootControlPlane300,
Containers: []corev1.Container{{
Name: constants.ApplicationName,
Image: image.String(),
Expand Down

0 comments on commit 4e71340

Please sign in to comment.