Skip to content

drudgesentinel/helm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gremlin Helm Charts

This repository hosts the official Gremlin Helm Charts to deploy Gremlin products to Kubernetes

Install Helm

Get the latest Helm release.

Install Charts

Add this Chart repo to Helm, and install:

helm repo add gremlin https://helm.gremlin.com/

Gremlin

helm install gremlin gremlin/gremlin \
    --namespace gremlin \
    --set gremlin.secret.managed=true \
    --set gremlin.secret.type=secret \
    --set gremlin.secret.teamID=YOUR-TEAM-ID \
    --set gremlin.secret.clusterID=YOUR-CLUSTER-ID \
    --set gremlin.secret.teamSecret=YOUR-TEAM-SECRET

For more detailed instructions, see the chart's documentation here.

Gremlin Integration

Secret Auth

helm install gremlin-integrations gremlin/gremlin-integrations \
    --namespace gremlin \
    --set gremlin.secret.managed=true \
    --set gremlin.secret.type=secret \
    --set gremlin.secret.teamID=YOUR-TEAM-ID \
    --set gremlin.secret.teamSecret=YOUR-TEAM-SECRET

Certificate Auth

helm install gremlin-integrations gremlin/gremlin-integrations \
    --namespace gremlin \
    --set gremlin.secret.teamID=YOUR-TEAM-ID \
    --set-file gremlin.secret.certificate=PATH_TO_CERTIFICATE \
    --set-file gremlin.secret.key=PATH_TO_PRIVATE_KEY

For more detailed instructions, see the chart's documentation here.

Reporting Issues

Please report all issues here.

About

Helm chart for deploy Gremlin client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mustache 67.5%
  • Smarty 32.5%