9 lines
259 B
YAML
9 lines
259 B
YAML
{{- include "nats.defaultValues" . }}
|
|
{{- with .Values.promExporter }}
|
|
{{- if and .enabled .podMonitor.enabled }}
|
|
{{- with .podMonitor }}
|
|
{{- include "nats.loadMergePatch" (merge (dict "file" "pod-monitor.yaml" "ctx" $) .) }}
|
|
{{- end }}
|
|
{{- end }}
|
|
{{- end }}
|