diff --git a/charts/airbyte/templates/_helpers.tpl b/charts/airbyte/templates/_helpers.tpl index 333a0c16e9a4..03a1895c0b90 100644 --- a/charts/airbyte/templates/_helpers.tpl +++ b/charts/airbyte/templates/_helpers.tpl @@ -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 */}} diff --git a/charts/airbyte/values.yaml b/charts/airbyte/values.yaml index 1672ea6b6afa..459e5c798adb 100644 --- a/charts/airbyte/values.yaml +++ b/charts/airbyte/values.yaml @@ -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)