Skip to content

Commit 7ed136d

Browse files
Merge pull request #2572 from rszwajko/admissionHookInCheckups
CNV-57315: Remove unknown params from network checkup job
2 parents b875cfc + 7ca05f7 commit 7ed136d

File tree

1 file changed

+0
-3
lines changed
  • src/views/checkups/network/utils

1 file changed

+0
-3
lines changed

src/views/checkups/network/utils/utils.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ const createJob = (
211211
spec: {
212212
containers: [
213213
{
214-
capabilities: { drop: ['ALL'] },
215214
env: [
216215
{
217216
name: CONFIGMAP_NAMESPACE,
@@ -228,8 +227,6 @@ const createJob = (
228227
],
229228
image: checkupImage,
230229
name: VM_LATENCY_CHECKUP_SA,
231-
runAsNonRoot: 'true',
232-
seccompProfile: { type: 'RuntimeDefault' },
233230
securityContext: { allowPrivilegeEscalation: false },
234231
},
235232
],

0 commit comments

Comments
 (0)