File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
platforms/kubernetes/postgres-operator/deploy Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,26 @@ spec:
33
33
name : State
34
34
type : string
35
35
priority : 0 # show in standard view
36
+ - jsonPath : .spec.updatetoleration
37
+ description : update disable when the cluster status is unhealthy
38
+ name : Updatetoleration
39
+ type : boolean
40
+ priority : 1 # show in wide view
41
+ - jsonPath : .spec.volume_type
42
+ description : if volume type is local, rebuild pvc during rolling upgrade
43
+ name : Volumetype
44
+ type : string
45
+ priority : 1 # show in wide view
36
46
- jsonPath : .spec.autofailover.podspec.containers[0].image
37
47
description : The autofailover image
38
48
name : FailoverImage
39
49
type : string
40
- priority : 1 # show in standard view
50
+ priority : 1 # show in wide view
41
51
- jsonPath : .spec.postgresql.readwriteinstance.podspec.containers[0].image
42
52
description : The postgresql image
43
53
name : PostgresqlImage
44
54
type : string
45
- priority : 1 # show in standard view
55
+ priority : 1 # show in wide view
46
56
- jsonPath : .spec.postgresql.readwriteinstance.replicas
47
57
description : The readwriteinstance nodes
48
58
name : RWnodes
@@ -93,11 +103,18 @@ spec:
93
103
enum :
94
104
- true
95
105
- false
106
+ updatetoleration :
107
+ type : boolean
108
+ enum :
109
+ - true
110
+ - false
111
+ default : false
96
112
volume_type :
97
113
type : string
98
114
enum :
99
115
- ' local'
100
116
- ' cloud'
117
+ default : ' local'
101
118
antiaffinity :
102
119
type : object
103
120
x-kubernetes-preserve-unknown-fields : true
You can’t perform that action at this time.
0 commit comments