Skip to content

Commit

Permalink
fix: enable read-only root filesystem for account-operator manager co…
Browse files Browse the repository at this point in the history
…ntainer in deployment.yaml
  • Loading branch information
akafazov committed Nov 22, 2024
1 parent 913275c commit 9952f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/account-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
name: manager
securityContext:
runAsNonRoot: true
readOnlyRootFilesystem: true
ports:
- containerPort: {{ .Values.metrics.port }}
name: metrics
Expand Down

0 comments on commit 9952f93

Please sign in to comment.