Skip to content

Commit

Permalink
fix(helm): incorrect usage of Go templating (#14077)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhongyang Xia <[email protected]>
Co-authored-by: Xia Zhongyang <[email protected]>
Co-authored-by: perangel <[email protected]>
  • Loading branch information
4 people committed Sep 24, 2024
1 parent 7376511 commit e99b92b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/airbyte/templates/env-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ data:
ACTIVITY_INITIAL_DELAY_BETWEEN_ATTEMPTS_SECONDS: {{ .Values.worker.activityInitialDelayBetweenAttemptsSeconds | default "" | quote }}
ACTIVITY_MAX_DELAY_BETWEEN_ATTEMPTS_SECONDS: {{ .Values.worker.activityMaxDelayBetweenAttemptsSeconds | default "" | quote }}
WORKFLOW_FAILURE_RESTART_DELAY_SECONDS: ""
CONTAINER_ORCHESTRATOR_IMAGE: {{ (index .Values "workload-launcher" "containerOrchestrator.image") | quote }}
WORKLOAD_INIT_IMAGE: {{ (index .Values "workload-launcher" "workloadInit.image") | quote }}
CONNECTOR_SIDECAR_IMAGE: {{ (index .Values "workload-launcher" "connectorSidecar.image") | quote }}
CONTAINER_ORCHESTRATOR_IMAGE: {{ (index .Values "workload-launcher" "containerOrchestrator" "image") | quote }}
WORKLOAD_INIT_IMAGE: {{ (index .Values "workload-launcher" "workloadInit" "image") | quote }}
CONNECTOR_SIDECAR_IMAGE: {{ (index .Values "workload-launcher" "connectorSidecar" "image") | quote }}
LAUNCHER_MICRONAUT_ENVIRONMENTS: "control-plane,oss"
WORKERS_MICRONAUT_ENVIRONMENTS: "control-plane"
CRON_MICRONAUT_ENVIRONMENTS: "control-plane"
Expand Down

0 comments on commit e99b92b

Please sign in to comment.