Skip to content

Commit 39d0ccb

Browse files
committed
update crd
1 parent cccc3f9 commit 39d0ccb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup/helm/operator/crds/operatorconfiguration.crd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ spec:
215215
enable_readiness_probe:
216216
type: boolean
217217
default: false
218+
enable_liveness_probe:
219+
type: boolean
220+
default: false
218221
enable_sidecars:
219222
type: boolean
220223
default: true
@@ -318,6 +321,9 @@ spec:
318321
spilo_allow_privilege_escalation:
319322
type: boolean
320323
default: true
324+
container_readonly_root_filesystem:
325+
type: boolean
326+
default: false
321327
spilo_runasuser:
322328
type: integer
323329
spilo_runasgroup:

0 commit comments

Comments
 (0)