File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -81,18 +81,17 @@ replicas: 1
81
81
passwordSecretKeyRef :
82
82
name : om-db-user-secret
83
83
key : password
84
- version : " 6.0.5-ubi8"
85
- topology : MultiCluster
86
- clusterSpecList :
84
+ version : " 6.0.5-ubi8"
85
+ topology : MultiCluster
86
+ clusterSpecList :
87
87
- clusterName : cluster1.example.com
88
88
members : 4
89
89
- clusterName : cluster2.example.com
90
90
members : 3
91
91
- clusterName : cluster3.example.com
92
92
members : 2
93
- security :
94
- tls :
95
- ca : issuer-ca
96
- secretRef :
97
- prefix : appdb
93
+ security :
94
+ certsSecretPrefix : appdb
95
+ tls :
96
+ ca : issuer-ca
98
97
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ version: "6.0.18"
56
56
topology : SingleCluster
57
57
version : " 6.0.5-ubi8"
58
58
security :
59
+ certsSecretPrefix : appdb
59
60
tls :
60
- ca : issuer-ca
61
- secretRef :
62
- prefix : appdb
61
+ ca : issuer-ca
You can’t perform that action at this time.
0 commit comments