Skip to content

Commit 98910d9

Browse files
committed
Failover secrets keys config and extended status
1 parent fad2e69 commit 98910d9

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

charts/tarantool-operator/crds/apiextensions.k8s.io_v1_customresourcedefinition_clusters.tarantool.io.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ spec:
110110
type: integer
111111
password:
112112
properties:
113+
key:
114+
type: string
113115
name:
114116
type: string
115117
namespace:
@@ -151,6 +153,8 @@ spec:
151153
properties:
152154
password:
153155
properties:
156+
key:
157+
type: string
154158
name:
155159
type: string
156160
namespace:

charts/tarantool-operator/crds/apiextensions.k8s.io_v1_customresourcedefinition_roles.tarantool.io.yaml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3458,20 +3458,8 @@ spec:
34583458
- jsonPath: .status.phase
34593459
name: Phase
34603460
type: string
3461-
- jsonPath: .status.replicasets
3462-
name: Replicasets
3463-
priority: 1
3464-
type: number
3465-
- jsonPath: .status.readyReplicasets
3466-
name: Ready replicasets
3467-
priority: 1
3468-
type: number
3469-
- jsonPath: .status.replicas
3470-
name: Replicas
3471-
priority: 1
3472-
type: number
3473-
- jsonPath: .status.readyReplicas
3474-
name: Ready replicas
3461+
- jsonPath: .status.readyPods
3462+
name: Pods
34753463
priority: 1
34763464
type: number
34773465
- jsonPath: .status.weight
@@ -6832,8 +6820,11 @@ spec:
68326820
phase:
68336821
default: Pending
68346822
type: string
6823+
readyPods:
6824+
type: string
68356825
required:
68366826
- phase
6827+
- readyPods
68376828
type: object
68386829
required:
68396830
- metadata

charts/tarantool-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ annotations: {}
1616
# Tarantool Operator CE image
1717
image:
1818
repository: tarantool/tarantool-operator
19-
tag: 1.0.0-rc1
19+
tag: latest
2020
pullPolicy: IfNotPresent
2121

2222
# Number of Tarantool Operator CE replicas to deploy

0 commit comments

Comments
 (0)