Skip to content

Commit ebcabee

Browse files
authored
Merge pull request #133 from thpham/fix/wrong-value-in-chart-crd
Fix values.yaml field name to match CRD specification
2 parents fc73551 + a52106c commit ebcabee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/postgres-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ configKubernetes:
207207
# spilo_fsgroup: 103
208208

209209
# whether the containers should run with readonly_root_filesystem
210-
readonly_root_filesystem: true
210+
container_readonly_root_filesystem: true
211211
# whether the Spilo container should run in privileged mode
212212
spilo_privileged: false
213213
# whether the Spilo container should run with additional permissions other than parent.

0 commit comments

Comments
 (0)