Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / common / cassandra / templates / servicemonitor.yaml
index 5297e69..0781073 100644 (file)
@@ -14,6 +14,8 @@
 # limitations under the License.
 */}}
 
+{{- if not .Values.global.cassandra.useOperator }}
 {{- if .Values.metrics.serviceMonitor.enabled }}
 {{  include "common.serviceMonitor" . }}
+{{- end }}
 {{- end }}
\ No newline at end of file