Helm chart for deploy Gremlin client
Перейти к файлу
Marc Gunn 843bee838d
Add Metadata Labels (#1)
2021-07-26 16:41:52 -07:00
gremlin Add Metadata Labels (#1) 2021-07-26 16:41:52 -07:00
.gitignore Add support for container drivers, pod security, OpenShift (#22) 2020-10-22 09:39:30 -07:00
LICENSE Add a LICENSE 2018-12-14 18:19:35 -05:00
README.md update install instructions to use helm 3 (#21) 2020-11-19 15:53:19 -08:00

README.md

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.