File tree 9 files changed +241
-85
lines changed
9 files changed +241
-85
lines changed Original file line number Diff line number Diff line change @@ -3927,6 +3927,22 @@ spec:
3927
3927
setting its value shall have no effect. Please view the corresponding
3928
3928
field in RS doc for more info.
3929
3929
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
3930
3946
backup:
3931
3947
description: Cluster-wide backup configurations
3932
3948
properties:
@@ -11218,6 +11234,16 @@ spec:
11218
11234
type: string
11219
11235
resp3Default:
11220
11236
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
11221
11247
backup:
11222
11248
properties:
11223
11249
s3:
@@ -16775,7 +16801,7 @@ spec:
16775
16801
- configMapRef:
16776
16802
name: "operator-environment-config"
16777
16803
optional: true
16778
- image: redislabs/operator:7.8.2-6
16804
+ image: redislabs/operator:7.8.4-8
16779
16805
imagePullPolicy: Always
16780
16806
livenessProbe:
16781
16807
failureThreshold: 3
@@ -16823,7 +16849,7 @@ spec:
16823
16849
- configMapRef:
16824
16850
name: "operator-environment-config"
16825
16851
optional: true
16826
- image: redislabs/operator:7.8.2-6
16852
+ image: redislabs/operator:7.8.4-8
16827
16853
imagePullPolicy: Always
16828
16854
livenessProbe:
16829
16855
failureThreshold: 3
Original file line number Diff line number Diff line change @@ -3718,6 +3718,22 @@ spec:
3718
3718
setting its value shall have no effect. Please view the corresponding
3719
3719
field in RS doc for more info.
3720
3720
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
3721
3737
backup:
3722
3738
description: Cluster-wide backup configurations
3723
3739
properties:
@@ -11009,6 +11025,16 @@ spec:
11009
11025
type: string
11010
11026
resp3Default:
11011
11027
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
11012
11038
backup:
11013
11039
properties:
11014
11040
s3:
You can’t perform that action at this time.
0 commit comments