github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/kblib/templates/_monitor.tpl (about) 1 {{/* 2 Define monitor 3 */}} 4 {{- define "kblib.componentMonitor" }} 5 {{- if eq (int .Values.extra.monitoringInterval) 0 }} 6 monitor: false 7 {{- else }} 8 monitor: true 9 {{- end }} 10 {{- end }}