File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919
2020# deploy oxia-coordinator PodMonitor only when `$.Values.oxia.coordinator.podMonitor.enabled` is true
2121{{- if and $.Values.components.oxia $.Values.oxia.coordinator.podMonitor.enabled }}
22- {{- include "pulsar.podMonitor" (list . "oxia.coordinator" "app.kubernetes.io/ component: oxia -coordinator" "metrics") }}
23- {{- end }}
22+ {{- include "pulsar.podMonitor" (list . "oxia.coordinator" (printf " component: %s -coordinator" .Values.oxia.component) "metrics") }}
23+ {{- end }}
Original file line number Diff line number Diff line change 1919
2020# deploy oxia-server PodMonitor only when `$.Values.oxia.server.podMonitor.enabled` is true
2121{{- if and $.Values.components.oxia $.Values.oxia.server.podMonitor.enabled }}
22- {{- include "pulsar.podMonitor" (list . "oxia.server" "app.kubernetes.io/ component: oxia -server" "metrics") }}
23- {{- end }}
22+ {{- include "pulsar.podMonitor" (list . "oxia.server" (printf " component: %s -server" .Values.oxia.component) "metrics") }}
23+ {{- end }}
You can’t perform that action at this time.
0 commit comments