Skip to content

Commit

Permalink
fix stream capable formatting for worker in chart (#14817)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanrosebrook authored Jul 20, 2022
1 parent c0bc170 commit f6c9453
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/airbyte/templates/worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,10 @@ spec:
name: {{ include "common.names.fullname" . }}-env
key: WORKFLOW_FAILURE_RESTART_DELAY_SECONDS
- name: USE_STREAM_CAPABLE_STATE
valueFrom:
configMapKeyRef:
name: { { include "common.names.fullname" . } }-env
key: USE_STREAM_CAPABLE_STATE
valueFrom:
configMapKeyRef:
name: {{ include "common.names.fullname" . }}-env
key: USE_STREAM_CAPABLE_STATE
{{- if .Values.worker.extraEnv }}
{{ .Values.worker.extraEnv | toYaml | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit f6c9453

Please sign in to comment.