Skip to content

Commit

Permalink
Fixing FFDX Plugin Config (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: hfuss <haydenfuss@gmail.com>
  • Loading branch information
onelapahead authored Mar 2, 2022
1 parent d48bf07 commit 3e26c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/firefly/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -290,16 +290,16 @@ dataexchange:
{{- else }}
dataexchange:
{{- if .Values.dataexchange.enabled }}
type: ffdx
ffdx:
type: ffdx
url: http://{{ include "firefly.fullname" . }}-dx.{{ .Release.Namespace }}.svc:{{ .Values.dataexchange.service.apiPort }}
{{- if .Values.dataexchange.apiKey }}
headers:
x-api-key: {{ .Values.dataexchange.apiKey | quote }}
{{- end }}
{{- else }}
type: ffdx
ffdx:
type: ffdx
url: {{ tpl .Values.config.dataexchangeUrl . }}
{{- if .Values.config.dataexchangeAPIKey }}
headers:
Expand Down

0 comments on commit 3e26c5d

Please sign in to comment.