mirror of
https://github.com/nold360/hive-apps
synced 2025-01-19 04:46:19 +00:00
disabled(mongodb-operator)
This commit is contained in:
parent
4c33c44fca
commit
3b84ac59bc
2 changed files with 5 additions and 27 deletions
|
@ -1,22 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: mongodbcommunity.mongodb.com/v1
|
|
||||||
kind: MongoDBCommunity
|
|
||||||
metadata:
|
|
||||||
name: bi-mongo
|
|
||||||
namespace: bi
|
|
||||||
spec:
|
|
||||||
members: 1
|
|
||||||
type: ReplicaSet
|
|
||||||
version: "6.0.5"
|
|
||||||
security:
|
|
||||||
authentication:
|
|
||||||
modes: ["SCRAM"]
|
|
||||||
users:
|
|
||||||
- name: bi
|
|
||||||
db: bi
|
|
||||||
passwordSecretRef:
|
|
||||||
name: bi-mongo-password
|
|
||||||
roles:
|
|
||||||
- name: dbOwner
|
|
||||||
db: bi
|
|
||||||
scramCredentialsSecretName: bi
|
|
|
@ -36,8 +36,8 @@ apps:
|
||||||
chart: strimzi-kafka-operator
|
chart: strimzi-kafka-operator
|
||||||
targetRevision: 0.41.0
|
targetRevision: 0.41.0
|
||||||
|
|
||||||
- name: mongodb-operator
|
# - name: mongodb-operator
|
||||||
repoURL: https://mongodb.github.io/helm-charts
|
# repoURL: https://mongodb.github.io/helm-charts
|
||||||
namespace: mongodb-operator
|
# namespace: mongodb-operator
|
||||||
chart: community-operator
|
# chart: community-operator
|
||||||
targetRevision: 0.10.0
|
# targetRevision: 0.10.0
|
||||||
|
|
Loading…
Reference in a new issue