Created
August 12, 2024 23:30
-
-
Save natikgadzhi/1d65a051787094c120e3cfb31a9daf0b to your computer and use it in GitHub Desktop.
values.yaml to run Airbyte Connector Builder with custom components via abctl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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