File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,13 +206,13 @@ serviceAccount:
206206
207207podAnnotations : {}
208208
209- securityContext :
209+ securityContext : {} # defaults to
210210 # capabilities:
211211 # drop:
212212 # - ALL
213213 # runAsNonRoot: true
214- readOnlyRootFilesystem : true
215- runAsUser : 0
214+ # readOnlyRootFilesystem: true # enable for read-only setup
215+ # runAsUser: 0 # Use '0' for root user
216216
217217readinessProbe :
218218 initialDelaySeconds : 60
Original file line number Diff line number Diff line change @@ -132,13 +132,13 @@ serviceAccount:
132132
133133podAnnotations : {}
134134
135- securityContext :
135+ securityContext : {} # defaults to
136136
137137 # capabilities:
138138 # drop:
139139 # - ALL
140- readOnlyRootFilesystem : true
141- runAsUser : 0
140+ # readOnlyRootFilesystem: true # enable for read-only setup
141+ # runAsUser: 0 # Use '0' for root user
142142 # runAsNonRoot: true
143143 # runAsUser: 1000
144144
@@ -183,4 +183,4 @@ affinity: {}
183183replicaCount : 1
184184
185185readOnlyMode :
186- enabled : true
186+ enabled : false # Set to ' true' to enable read-only mode
You can’t perform that action at this time.
0 commit comments