ChrisRut / helm

Helm chart for deploy Gremlin client

Home Page:https://www.gremlin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/
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.

Reporting Issues

Please report all issues via github issues here.

About

Helm chart for deploy Gremlin client

https://www.gremlin.com

License:Mozilla Public License 2.0


Languages

Language:Mustache 100.0%