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

Commit 8dd7313

Browse files
committed
force admin false
1 parent 5244930 commit 8dd7313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/mongo-express/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ spec:
2828
- name: ME_CONFIG_BASICAUTH_USERNAME
2929
value: {{ .Values.basicauth.username | quote }}
3030
- name: ME_CONFIG_BASICAUTH_PASSWORD
31-
value: {{ .Values.basicauth.password | quote }}
31+
value: {{ .Values.basicauth.password | quote }}
3232
- name: ME_CONFIG_MONGODB_URL
33-
value: {{ .Values.mongodb.host }}
33+
value: {{ .Values.mongodb.host }}
3434
- name: ME_CONFIG_MONGODB_ENABLE_ADMIN
3535
value: 'false'
3636
readinessProbe:

0 commit comments

Comments
 (0)