Skip to content

Commit

Permalink
Remove the old scheduler from HelmCharts helper (#14187)
Browse files Browse the repository at this point in the history
* Remove the old scheduler from HelmCharts helper

The old scheduler was removed as part of #13400

* Remove legacy `scheduler` comment in HelmCharts
  • Loading branch information
mohamagdy authored Jun 28, 2022
1 parent d9d06d2 commit f5843b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions charts/airbyte/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,6 @@ Returns the GCP credentials path
{{- end -}}
{{- end -}}

{{/*
Returns the Airbyte Scheduler Image
*/}}
{{- define "airbyte.schedulerImage" -}}
{{- include "common.images.image" (dict "imageRoot" .Values.scheduler.image "global" .Values.global) -}}
{{- end -}}

{{/*
Returns the Airbyte Server Image
*/}}
Expand Down
2 changes: 1 addition & 1 deletion charts/airbyte/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ logs:
## @param logs.gcs.credentialsJson Base64 encoded json GCP credentials file contents
gcs:
bucket: ""
# If you are mounting an existing secret to extraVolumes on scheduler, server and worker
# If you are mounting an existing secret to extraVolumes on server and worker
# deployments, then set credentials to the path of the mounted JSON file
credentials: ""
# If credentialsJson is set then credentials auto resolves (to /secrets/gcs-log-creds/gcp.json)
Expand Down

0 comments on commit f5843b0

Please sign in to comment.