From 1bca7619a6e28a0cb7d20ab4ce54adb1bd914d33 Mon Sep 17 00:00:00 2001 From: Prateek Nandle Date: Tue, 28 May 2024 00:37:53 +0530 Subject: [PATCH] removing priority class Signed-off-by: Prateek Nandle --- deployments/get/objects.go | 1 - 1 file changed, 1 deletion(-) diff --git a/deployments/get/objects.go b/deployments/get/objects.go index 41d1347f97..a684f4be97 100644 --- a/deployments/get/objects.go +++ b/deployments/get/objects.go @@ -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,