Skip to content

Commit

Permalink
chore(config): Enable readOnlyRootFilesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 12, 2024
1 parent d60b9cd commit cae1cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
capabilities:
drop:
- "ALL"
readOnlyRootFilesystem: true
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
args:
- "--secure-listen-address=0.0.0.0:8443"
Expand Down
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spec:
capabilities:
drop:
- "ALL"
readOnlyRootFilesystem: true
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit cae1cc5

Please sign in to comment.