diff --git a/chart/templates/twistlock/twistlock-helmrelease.yaml b/chart/templates/twistlock/twistlock-helmrelease.yaml index fd64e701cadc9be91fb86ef4f09970dddf3b7393..5280a66b5e2b011ffaa98bd78e64b106826c3a51 100644 --- a/chart/templates/twistlock/twistlock-helmrelease.yaml +++ b/chart/templates/twistlock/twistlock-helmrelease.yaml @@ -54,5 +54,9 @@ spec: - name: istio namespace: {{ .Release.Namespace }} {{- end }} + {{- if .Values.monitoring.enabled }} + - name: monitoring + namespace: {{ .Release.Namespace }} + {{- end }} {{- end }} {{- end }} \ No newline at end of file