Skip to content

Commit 3204432

Browse files
authored
fix: SRIOV operator.yaml indentation fix (Mellanox#1795)
2 parents 53dc682 + 0e4d160 commit 3204432

File tree

1 file changed

+2
-2
lines changed
  • deployment/network-operator/charts/sriov-network-operator/templates

1 file changed

+2
-2
lines changed

deployment/network-operator/charts/sriov-network-operator/templates/operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ spec:
8787
- name: METRICS_EXPORTER_KUBE_RBAC_PROXY_IMAGE
8888
value: {{ .Values.images.metricsExporterKubeRbacProxy }}
8989
{{- if .Values.operator.externalDrainer.enabled }}
90-
- name: USE_EXTERNAL_DRAINER
91-
value: {{ .Values.operator.externalDrainer.enabled | quote }}
90+
- name: USE_EXTERNAL_DRAINER
91+
value: {{ .Values.operator.externalDrainer.enabled | quote }}
9292
{{- end }}
9393
{{- if .Values.operator.metricsExporter.prometheusOperator.enabled }}
9494
- name: METRICS_EXPORTER_PROMETHEUS_OPERATOR_ENABLED

0 commit comments

Comments
 (0)