Skip to content

Commit

Permalink
Allow user to override job options
Browse files Browse the repository at this point in the history
  • Loading branch information
Shu Heng committed Dec 20, 2019
1 parent 7571ba7 commit dc6ee96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data:
{{- end }}

{{- $store := index .Values "store.yaml" }}
{{- if eq $store.type "BIGQUERY" }}
{{- if and (eq $store.type "BIGQUERY") (not (hasKey $config.feast.jobs "store-options")) }}
{{- $jobStore := dict "host" (printf "%s-redis-headless" .Release.Name) "port" 6379 }}
{{- $newConfig := dict "feast" (dict "jobs" (dict "store-options" $jobStore)) }}
{{- $config := mergeOverwrite $config $newConfig }}
Expand Down

0 comments on commit dc6ee96

Please sign in to comment.