From c81cd1e00219a2cc477cb11f2bde8726f0cda090 Mon Sep 17 00:00:00 2001 From: jmarchel7bulls Date: Tue, 4 Jun 2024 16:04:49 +0200 Subject: [PATCH] Add init db name Change-Id: I04f90900f603f6b54a1c2bdf6959b103bffad793 --- charts/nebulous-gui-controller/templates/mongodb.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/nebulous-gui-controller/templates/mongodb.yaml b/charts/nebulous-gui-controller/templates/mongodb.yaml index 0a21492..69e88cb 100644 --- a/charts/nebulous-gui-controller/templates/mongodb.yaml +++ b/charts/nebulous-gui-controller/templates/mongodb.yaml @@ -26,6 +26,8 @@ spec: value: username - name: MONGO_INITDB_ROOT_PASSWORD value: password + - name: MONGO_INITDB_DATABASE + values: nebulous {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}