Skip to content

Instantly share code, notes, and snippets.

@onefoursix
Created February 9, 2021 16:41
Show Gist options
  • Save onefoursix/70ed4b4bb80efbba39255c1aed37cd98 to your computer and use it in GitHub Desktop.
Save onefoursix/70ed4b4bb80efbba39255c1aed37cd98 to your computer and use it in GitHub Desktop.
StreamSets Stage Lib configmap for k8s deployment
apiVersion: v1
kind: ConfigMap
metadata:
name: sdc-stage-libs-list
data:
sdc-stage-libs: |
streamsets-datacollector-aws-lib
streamsets-datacollector-basic-lib
streamsets-datacollector-bigtable-lib
streamsets-datacollector-dataformats-lib
streamsets-datacollector-dev-lib
streamsets-datacollector-google-cloud-lib
streamsets-datacollector-groovy_2_4-lib
streamsets-datacollector-jdbc-lib
streamsets-datacollector-jms-lib
streamsets-datacollector-jython_2_7-lib
streamsets-datacollector-stats-lib
streamsets-datacollector-windows-lib
sdc-enterprise-stage-libs: |
streamsets-datacollector-databricks-lib-1.2.0
streamsets-datacollector-snowflake-lib-1.6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment