diff --git a/templates/mongodb-statefulset.yaml b/templates/mongodb-statefulset.yaml
index 3859270187caf3159ac4d55669b4084d5cef584d..0a10bde7b47229073afe30e6b9a00f55c4a7d2f3 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