Skip to content

Commit 5c82705

Browse files
authored
Merge pull request #69 from cobaltcore-dev/helmify
Fix modified by helmify
2 parents 8250522 + a08d0a3 commit 5c82705

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/openstack-hypervisor-operator/templates/metrics-service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ spec:
99
type: {{ .Values.metricsService.type }}
1010
selector:
1111
control-plane: controller-manager
12-
{{- include "openstack-hypervisor-operator.selectorLabels" . | nindent 4 }}
12+
{{- include "openstack-hypervisor-operator.selectorLabels" . | nindent 4 }}
1313
ports:
14-
{{- .Values.metricsService.ports | toYaml | nindent 2 }}
14+
{{- .Values.metricsService.ports | toYaml | nindent 2 }}

0 commit comments

Comments
 (0)