small formating

pull/529/head
Chirica Gheorghe 2020-08-04 21:16:08 +03:00
parent 9b7a8cd0f4
commit bbb5f6d577
1 changed files with 4 additions and 4 deletions

View File

@ -72,14 +72,14 @@ spec:
# Enable/disable Helm provider
- name: HELM3_PROVIDER
value: "true"
{{- if .Values.helmProvider.helmDriver }}
{{- if .Values.helmProvider.helmDriver }}
- name: HELM_DRIVER
value: "{{ .Values.helmProvider.helmDriver }}"
{{- end }}
{{- if .Values.helmProvider.helmDriverSqlConnectionString }}
{{- end }}
{{- if .Values.helmProvider.helmDriverSqlConnectionString }}
- name: HELM_DRIVER_SQL_CONNECTION_STRING
value: "{{ .Values.helmProvider.helmDriverSqlConnectionString }}"
{{- end }}
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.gcr.enabled }}