Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 8fac190

Browse files
committed
admin
1 parent bea81a6 commit 8fac190

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

charts/mongo-express/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: MongoDB administration
22
name: mongo-express
3-
version: v1.0.2
3+
version: v1.0.3
44
appVersion: 1.0.2-20
55
apiVersion: v2

charts/mongo-express/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- name: ME_CONFIG_MONGODB_URL
3333
value: {{ .Values.mongodb.host }}
3434
- name: ME_CONFIG_MONGODB_ENABLE_ADMIN
35-
value: 'false'
35+
value: {{ .Values.admin | quote }}
3636
readinessProbe:
3737
httpGet:
3838
path: /status

charts/mongo-express/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ basicauth:
66
username: admin
77
password: pass
88

9+
admin: false
10+
911
mongodb:
1012
host: mongodb://mongodb-replicaset-0.mongodb-replicaset.default.svc.cluster.local,mongodb-replicaset-1.mongodb-replicaset.default.svc.cluster.local:27017/otv?replicaSet=otv
1113

0 commit comments

Comments
 (0)