From d91b0ba0a88561e1092fafc00a98719d08ed7ef4 Mon Sep 17 00:00:00 2001 From: Jan Marchel <123368854+jmarchel7bulls@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:16:43 +0100 Subject: [PATCH] Delete unnecessary env var in mongodb (#33) --- charts/nebulous-gui-controller/Chart.yaml | 2 +- charts/nebulous-gui-controller/templates/mongodb.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/nebulous-gui-controller/Chart.yaml b/charts/nebulous-gui-controller/Chart.yaml index a28092a..f61df34 100644 --- a/charts/nebulous-gui-controller/Chart.yaml +++ b/charts/nebulous-gui-controller/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/nebulous-gui-controller/templates/mongodb.yaml b/charts/nebulous-gui-controller/templates/mongodb.yaml index cfa4493..6e368ba 100644 --- a/charts/nebulous-gui-controller/templates/mongodb.yaml +++ b/charts/nebulous-gui-controller/templates/mongodb.yaml @@ -26,8 +26,6 @@ spec: value: username - name: MONGO_INITDB_ROOT_PASSWORD value: password - - name: MONGO_INITDB_DATABASE - value: nebulous volumeMounts: - name: mongodb-data mountPath: /data/db