Skip to content

Commit

Permalink
removing priority class
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Nandle <[email protected]>
  • Loading branch information
Prateeknandle committed Jun 3, 2024
1 parent ce884a0 commit 1bca761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployments/get/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ func GetKubeArmorControllerDeployment(namespace string) *appsv1.Deployment {
Labels: KubeArmorControllerLabels,
},
Spec: corev1.PodSpec{
PriorityClassName: "system-node-critical",
ServiceAccountName: KubeArmorControllerServiceAccountName,
Volumes: []corev1.Volume{
KubeArmorControllerCertVolume,
Expand Down

0 comments on commit 1bca761

Please sign in to comment.