Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add filter to eliminate the need to escape json in values file
  • Loading branch information
Mansi Bhargava committed Jan 12, 2019
commit cc55548cea8868ad078e5daa1d9a3998d1b55cb7
2 changes: 1 addition & 1 deletion charts/feast/templates/core-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
- name: JOB_RUNNER
value: {{ .Values.core.jobs.runner }}
- name: JOB_OPTIONS
value: {{ .Values.core.jobs.options }}
value: {{ .Values.core.jobs.options | toJson}}
- name: JOB_ERRORS_STORE_ID
value: {{ .Values.core.jobs.errorsStoreId }}
- name: JOB_MONITOR_PERIOD_MS
Expand Down