Skip to content

Commit 4ffc6d5

Browse files
author
Peng Zhou
committed
add readOnlyRootFilesystem: true to the Operator
1 parent a299367 commit 4ffc6d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/marklogic-operator-kubernetes/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ controllerManager:
1010
capabilities:
1111
drop:
1212
- ALL
13+
readOnlyRootFilesystem: true
1314
runAsNonRoot: true
1415
image:
1516
repository: gcr.io/kubebuilder/kube-rbac-proxy
@@ -31,6 +32,7 @@ controllerManager:
3132
capabilities:
3233
drop:
3334
- ALL
35+
readOnlyRootFilesystem: true
3436
runAsNonRoot: true
3537
image:
3638
repository: progressofficial/marklogic-operator-kubernetes

0 commit comments

Comments
 (0)