nats chart provisoning
This commit is contained in:
8
opencloud/charts/nats/templates/pod-monitor.yaml
Normal file
8
opencloud/charts/nats/templates/pod-monitor.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
{{- 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 }}
|
||||
Reference in New Issue
Block a user