Skip to content

CDataSoftware/connect-gateway-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect-gateway-helm

Helm charts for the CData Connect Gateway — a secure outbound agent that lets CData Connect AI query private data sources without opening inbound firewall rules.

Charts

Chart Version Description
connect-gateway Release Deploys the Connect Gateway agent on Kubernetes.

Usage

Add the Helm repository and install:

helm repo add cdata https://cdatasoftware.github.io/connect-gateway-helm
helm repo update

helm install connect-gateway cdata/connect-gateway \
  --set gateway.locationId=<location-id> \
  --set gateway.accountId=<account-id> \
  --set gateway.apiKey=<api-key> \
  -n connect-gateway --create-namespace

Or install directly from a GitHub release (useful for air-gapped environments or when you don't want to add a Helm repo):

helm install connect-gateway \
  https://github.com/CDataSoftware/connect-gateway-helm/releases/download/v1.0.0/connect-gateway-1.0.0.tgz \
  --set gateway.locationId=<location-id> \
  --set gateway.accountId=<account-id> \
  --set gateway.apiKey=<api-key> \
  -n connect-gateway --create-namespace

For configuration options, secret-management patterns, and cloud workload identity setup, see the chart README.

Links

Contributing

See CONTRIBUTING.md for the release process and contribution guidelines.

License

MIT

About

Helm chart for the CData Connect Gateway agent

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors