Skip to content

Commit 1f9ee68

Browse files
committed
fix: container has runAsNonRoot and image will run as root
1 parent 8529175 commit 1f9ee68

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: config/manager/manager.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ spec:
2727
- name: manager
2828
securityContext:
2929
readOnlyRootFilesystem: true
30-
runAsNonRoot: true
3130
seccompProfile:
3231
type: RuntimeDefault
3332
allowPrivilegeEscalation: false

Diff for: deploy/helm/nfd-operator/templates/deployment.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ spec:
7575
drop:
7676
- ALL
7777
readOnlyRootFilesystem: true
78-
runAsNonRoot: true
7978
seccompProfile:
8079
type: RuntimeDefault
8180
terminationGracePeriodSeconds: 10

0 commit comments

Comments
 (0)