We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8250522 + a08d0a3 commit 5c82705Copy full SHA for 5c82705
1 file changed
charts/openstack-hypervisor-operator/templates/metrics-service.yaml
@@ -9,6 +9,6 @@ spec:
9
type: {{ .Values.metricsService.type }}
10
selector:
11
control-plane: controller-manager
12
- {{- include "openstack-hypervisor-operator.selectorLabels" . | nindent 4 }}
+ {{- include "openstack-hypervisor-operator.selectorLabels" . | nindent 4 }}
13
ports:
14
- {{- .Values.metricsService.ports | toYaml | nindent 2 }}
+ {{- .Values.metricsService.ports | toYaml | nindent 2 }}
0 commit comments