diff --git a/chart/templates/vault/values.yaml b/chart/templates/vault/values.yaml
index d6018506f68f8a4a27d20913746b31b3a05be737..ce05452058e59b0540477a695ac8bf5961c2a678 100644
--- a/chart/templates/vault/values.yaml
+++ b/chart/templates/vault/values.yaml
@@ -14,6 +14,9 @@ prometheus:
   servicemonitor:
     enabled: {{ .Values.monitoring.enabled }}
 
+monitoring:
+  enabled: {{ .Values.monitoring.enabled }}
+
 global:
   imagePullSecrets:
   - name: private-registry
@@ -53,4 +56,4 @@ istio:
   vault:
     gateways:
       - istio-system/{{ default "public" .Values.addons.vault.ingress.gateway }}
-{{- end -}}
\ No newline at end of file
+{{- end -}}