Skip to content

Commit 332e838

Browse files
author
Anton Lisovenko
committed
21f9729f0bc05fffd4a6a38ceb4a39e660730190: update public repo contents
1 parent 75b12b7 commit 332e838

30 files changed

+8
-22
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ $ kubectl -n mongodb create secret generic my-credentials --from-literal="user=s
137137

138138
### Creating a MongoDB Object ###
139139

140-
A MongoDB object in Kubernetes is a MongoDB (short name `mdb`). We are going to create a replica set to test that everything is working as expected. There is a MongoDB replica set yaml file in `samples/minimal/replicaset.yaml`.
140+
A MongoDB object in Kubernetes is a MongoDB (short name `mdb`). We are going to create a replica set to test that everything is working as expected. There is a MongoDB replica set yaml file in `samples/mongodb/minimal/replicaset.yaml`.
141141

142142
If you have a correctly created Project with the name `my-project` and Credentials stored in a secret called `my-credentials` then, after applying this file then everything should be running and a new Replica Set with 3 members should soon appear in Ops Manager UI.
143143

144-
kubectl apply -f samples/minimal/replicaset.yaml
144+
kubectl apply -f samples/mongodb/minimal/replicaset.yaml
145145

146146
## Ops Manager object (alpha) ##
147147

crds.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ spec:
101101
enum: ["disabled", "allowSSL", "preferSSL", "requireSSL", "allowTLS", "preferTLS", "requireTLS"]
102102
exposedExternally:
103103
type: boolean
104-
anyOf:
104+
oneOf:
105105
- required: [project]
106106
- required: [opsManager]
107107
- required: [cloudManager]
@@ -191,7 +191,7 @@ spec:
191191
enum: ["disabled", "allowSSL", "preferSSL", "requireSSL", "allowTLS", "preferTLS", "requireTLS"]
192192
exposedExternally:
193193
type: boolean
194-
anyOf:
194+
oneOf:
195195
- required: [project]
196196
- required: [opsManager]
197197
- required: [cloudManager]
@@ -288,7 +288,7 @@ spec:
288288
enum: ["disabled", "allowSSL", "preferSSL", "requireSSL", "allowTLS", "preferTLS", "requireTLS"]
289289
exposedExternally:
290290
type: boolean
291-
anyOf:
291+
oneOf:
292292
- required: [project]
293293
- required: [opsManager]
294294
- required: [cloudManager]

helm_chart/templates/crds.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
enum: ["disabled", "allowSSL", "preferSSL", "requireSSL", "allowTLS", "preferTLS", "requireTLS"]
100100
exposedExternally:
101101
type: boolean
102-
anyOf:
102+
oneOf:
103103
- required: [project]
104104
- required: [opsManager]
105105
- required: [cloudManager]
@@ -189,7 +189,7 @@ spec:
189189
enum: ["disabled", "allowSSL", "preferSSL", "requireSSL", "allowTLS", "preferTLS", "requireTLS"]
190190
exposedExternally:
191191
type: boolean
192-
anyOf:
192+
oneOf:
193193
- required: [project]
194194
- required: [opsManager]
195195
- required: [cloudManager]
@@ -286,7 +286,7 @@ spec:
286286
enum: ["disabled", "allowSSL", "preferSSL", "requireSSL", "allowTLS", "preferTLS", "requireTLS"]
287287
exposedExternally:
288288
type: boolean
289-
anyOf:
289+
oneOf:
290290
- required: [project]
291291
- required: [opsManager]
292292
- required: [cloudManager]
File renamed without changes.

samples/extended/affinity/sharded-cluster-affinity.yaml renamed to samples/mongodb/affinity/sharded-cluster-affinity.yaml

File renamed without changes.
File renamed without changes.

samples/extended/authentication/scram/replica-set/replica-set-scram-password.yaml renamed to samples/mongodb/authentication/scram/replica-set/replica-set-scram-password.yaml

File renamed without changes.

samples/extended/authentication/scram/replica-set/replica-set-scram-sha.yaml renamed to samples/mongodb/authentication/scram/replica-set/replica-set-scram-sha.yaml

File renamed without changes.

samples/extended/authentication/scram/replica-set/replica-set-scram-user.yaml renamed to samples/mongodb/authentication/scram/replica-set/replica-set-scram-user.yaml

File renamed without changes.

samples/extended/authentication/scram/sharded-cluster/sharded-cluster-scram-password.yaml renamed to samples/mongodb/authentication/scram/sharded-cluster/sharded-cluster-scram-password.yaml

File renamed without changes.

0 commit comments

Comments
 (0)