Skip to content

Commit 8c30088

Browse files
committed
fix(KFLUXVNGD-167): lint errors
infra-deployments PR fails as the container was missing readOnlyRootFilesystem in security context. Signed-off-by: Yftach Herzog <yherzog@redhat.com>
1 parent 5193830 commit 8c30088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ spec:
7575
image: controller:latest
7676
name: manager
7777
securityContext:
78+
readOnlyRootFilesystem: true
7879
allowPrivilegeEscalation: false
7980
capabilities:
8081
drop:

0 commit comments

Comments
 (0)