Skip to content

Instantly share code, notes, and snippets.

@natikgadzhi
Created August 12, 2024 23:30
Show Gist options
  • Save natikgadzhi/1d65a051787094c120e3cfb31a9daf0b to your computer and use it in GitHub Desktop.
Save natikgadzhi/1d65a051787094c120e3cfb31a9daf0b to your computer and use it in GitHub Desktop.
values.yaml to run Airbyte Connector Builder with custom components via abctl
connector-builder-server:
env_vars:
PATH_TO_CONNECTORS: "/connectors"
extraVolumes:
- name: "connectors"
hostPath:
path: "/mnt/connectors"
type: DirectoryOrCreate
extraVolumeMounts:
- name: "connectors"
mountPath: /connectors
server:
env_vars:
PATH_TO_CONNECTORS: "/connectors"
extraVolumes:
- name: "connectors"
hostPath:
path: "/mnt/connectors"
type: DirectoryOrCreate
extraVolumeMounts:
- name: "connectors"
mountPath: /connectors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment