File tree Expand file tree Collapse file tree 9 files changed +241
-85
lines changed
Expand file tree Collapse file tree 9 files changed +241
-85
lines changed Original file line number Diff line number Diff line change @@ -3927,6 +3927,22 @@ spec:
39273927 setting its value shall have no effect. Please view the corresponding
39283928 field in RS doc for more info.
39293929 type: boolean
3930+ securityContext:
3931+ description: the security configuration that will be applied to RS pods.
3932+ properties:
3933+ readOnlyRootFilesystemPolicy:
3934+ description: Whether RS containers has a read-only root filesystem
3935+ and what is the policy. some mandatory paths are still writable
3936+ so RS can work properly.
3937+ properties:
3938+ enabled:
3939+ description: Whether RS containers has a read-only root filesystem.
3940+ Default is false.
3941+ type: boolean
3942+ required:
3943+ - enabled
3944+ type: object
3945+ type: object
39303946 backup:
39313947 description: Cluster-wide backup configurations
39323948 properties:
@@ -11218,6 +11234,16 @@ spec:
1121811234 type: string
1121911235 resp3Default:
1122011236 type: boolean
11237+ securityContext:
11238+ properties:
11239+ readOnlyRootFilesystemPolicy:
11240+ properties:
11241+ enabled:
11242+ type: boolean
11243+ required:
11244+ - enabled
11245+ type: object
11246+ type: object
1122111247 backup:
1122211248 properties:
1122311249 s3:
@@ -16775,7 +16801,7 @@ spec:
1677516801 - configMapRef:
1677616802 name: "operator-environment-config"
1677716803 optional: true
16778- image: redislabs/operator:7.8.2-6
16804+ image: redislabs/operator:7.8.4-8
1677916805 imagePullPolicy: Always
1678016806 livenessProbe:
1678116807 failureThreshold: 3
@@ -16823,7 +16849,7 @@ spec:
1682316849 - configMapRef:
1682416850 name: "operator-environment-config"
1682516851 optional: true
16826- image: redislabs/operator:7.8.2-6
16852+ image: redislabs/operator:7.8.4-8
1682716853 imagePullPolicy: Always
1682816854 livenessProbe:
1682916855 failureThreshold: 3
Original file line number Diff line number Diff line change @@ -3718,6 +3718,22 @@ spec:
37183718 setting its value shall have no effect. Please view the corresponding
37193719 field in RS doc for more info.
37203720 type: boolean
3721+ securityContext:
3722+ description: the security configuration that will be applied to RS pods.
3723+ properties:
3724+ readOnlyRootFilesystemPolicy:
3725+ description: Whether RS containers has a read-only root filesystem
3726+ and what is the policy. some mandatory paths are still writable
3727+ so RS can work properly.
3728+ properties:
3729+ enabled:
3730+ description: Whether RS containers has a read-only root filesystem.
3731+ Default is false.
3732+ type: boolean
3733+ required:
3734+ - enabled
3735+ type: object
3736+ type: object
37213737 backup:
37223738 description: Cluster-wide backup configurations
37233739 properties:
@@ -11009,6 +11025,16 @@ spec:
1100911025 type: string
1101011026 resp3Default:
1101111027 type: boolean
11028+ securityContext:
11029+ properties:
11030+ readOnlyRootFilesystemPolicy:
11031+ properties:
11032+ enabled:
11033+ type: boolean
11034+ required:
11035+ - enabled
11036+ type: object
11037+ type: object
1101211038 backup:
1101311039 properties:
1101411040 s3:
You can’t perform that action at this time.
0 commit comments