Skip to content

Commit

Permalink
Kustomize: adding missing WORKSPACE_ROOT env to avoid crashloop (#16630)
Browse files Browse the repository at this point in the history
  • Loading branch information
poolpix authored Sep 13, 2022
1 parent 59dd5e7 commit 8a126e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kube/resources/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ spec:
configMapKeyRef:
name: airbyte-env
key: DATABASE_HOST
- name: WORKSPACE_ROOT
valueFrom:
configMapKeyRef:
name: airbyte-env
key: WORKSPACE_ROOT
volumeMounts:
- name: airbyte-volume-configs
mountPath: /configs
Expand Down

0 comments on commit 8a126e6

Please sign in to comment.