diff --git a/charts/openstack-hypervisor-operator/templates/metrics-service.yaml b/charts/openstack-hypervisor-operator/templates/metrics-service.yaml index 2ecad026..61c31c5b 100644 --- a/charts/openstack-hypervisor-operator/templates/metrics-service.yaml +++ b/charts/openstack-hypervisor-operator/templates/metrics-service.yaml @@ -9,6 +9,6 @@ spec: type: {{ .Values.metricsService.type }} selector: control-plane: controller-manager - {{- include "openstack-hypervisor-operator.selectorLabels" . | nindent 4 }} + {{- include "openstack-hypervisor-operator.selectorLabels" . | nindent 4 }} ports: - {{- .Values.metricsService.ports | toYaml | nindent 2 }} \ No newline at end of file + {{- .Values.metricsService.ports | toYaml | nindent 2 }} \ No newline at end of file