Skip to content

Commit

Permalink
fix error if
Browse files Browse the repository at this point in the history
  • Loading branch information
lbi22 committed Oct 22, 2024
1 parent 14f9780 commit 0df0d28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
value: {{ .Values.elasticsearch.username | quote }}
- name: ELASTICSEARCH_PASSWORD
value: {{ .Values.elasticsearch.password | quote }}
{{- if not .Values.elasticSearch.fieldsToPush }}
{{- if .Values.elasticSearch.fieldsToPush }}
- name: ELASTIC_FIELDS_TO_PUSH
value: '{{ .Values.elasticSearch.fieldsToPush | toJson }}'
{{- end }}
Expand Down

0 comments on commit 0df0d28

Please sign in to comment.