Skip to content

Commit 801683a

Browse files
committed
scripts,manifests: Remove the RunAsUser security context for the collect-profiles CronJob
Signed-off-by: timflannagan <[email protected]>
1 parent b5b49fe commit 801683a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

manifests/0000_50_olm_07-collect-profiles.cronjob.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ spec:
1515
spec:
1616
securityContext:
1717
runAsNonRoot: true
18-
runAsUser: 65534
1918
seccompProfile:
2019
type: RuntimeDefault
2120
serviceAccountName: collect-profiles

scripts/generate_crds_manifests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ spec:
273273
spec:
274274
securityContext:
275275
runAsNonRoot: true
276-
runAsUser: 65534
277276
seccompProfile:
278277
type: RuntimeDefault
279278
serviceAccountName: collect-profiles

0 commit comments

Comments
 (0)