Skip to content

Commit 7cf5fb6

Browse files
heyvister1nvidia-ci-cd
authored andcommitted
Fixing operator.yaml template indentation issue for
'USE_EXTERNAL_DRAINER' Signed-off-by: Ido Heyvi <iheyvi@nvidia.com>
1 parent d9cbb30 commit 7cf5fb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/sriov-network-operator-chart/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)