From 62d5acf573d69902bd7cc912bfe00d3b6a353c2d Mon Sep 17 00:00:00 2001 From: Georgi Todorov <georgi.todorov@cleverpine.com> Date: Fri, 24 Feb 2023 20:40:44 +0000 Subject: [PATCH] Update mongodb-statefulset.yaml --- templates/mongodb-statefulset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/mongodb-statefulset.yaml b/templates/mongodb-statefulset.yaml index 3859270..0a10bde 100644 --- a/templates/mongodb-statefulset.yaml +++ b/templates/mongodb-statefulset.yaml @@ -44,7 +44,7 @@ spec: image: cvallance/mongo-k8s-sidecar env: - name: MONGO_SIDECAR_POD_LABELS - value: name=mongo + value: name=mongodb - name: KUBERNETES_MONGO_SERVICE_NAME value: {{ template "mongodb.name" . }} resources: {} @@ -78,4 +78,4 @@ spec: type: RollingUpdate rollingUpdate: partition: 0 - revisionHistoryLimit: 10 \ No newline at end of file + revisionHistoryLimit: 10 -- GitLab