helm icon indicating copy to clipboard operation
helm copied to clipboard

Helm chart for deploy Gremlin client

Results 18 helm issues
Sort by recently updated
recently updated
newest added

This opens up supporting the use case of reading certificate files from volumes created by the Secrets Store CSI driver for k8s.

- add parameter gremlin.secret.create for allow helm create secret - if need use custom secret set gremlin.secret.create = false and set custom gremlin.secret.name example: my-custom-secrets example for this case: allow...

after installation , only worker nodes are visible and no k8s cluster objects in gremlin website . if I look at the controller manager logs , below is what I...

**Background** The Gremlin Agent Daemonset exposes various capabilities needed to: 1. carry out attacks within the Daemonset pods 2. carry out container initialization operations like entering the net/pid namespaces of...

Gremlin deployment and DeamonSets are failing with the below errors. Any advices are much appriciated. ``` $ kubectl logs chao-54b8c8d5f5-j52jf -n gremlin W0517 12:38:34.420654 500 gcp.go:120] WARNING: the gcp auth...

Use case: I am trying to integrate gremlin secrets with vault and need to pass the following annotation to the workloads vault.hashicorp.com/agent-inject: 'true' vault.hashicorp.com/role: 'vault-role' vault.hashicorp.com/agent-inject-secret-database-config.txt: 'path/to/secret' at the moment...

There is no option to specify the priorityClassName in the gremlin helm chart. Can you please add this. This will help in our case where we have multiple daemonsets and...

Nowadays helm templates don't allow the use of custom secrets. This issue is to allow the use of external secrets to writing internal secrets for the gremlin. see pr: https://github.com/gremlin/helm/pull/32

**Background** We've run into some problems with GKE's COS with the containerd runtime. This manifests as a permissions issue when attempting to use runc to initiate a side car container...

**Install command** ``` helm install --name gremlin gremlin/gremlin \ --set gremlin.teamID=${GREMLIN_TEAM_ID} \ --set gremlin.client.tags="foo=bar,baz=quux" ``` **Exported environment (from kubectl describe pod)** Notice the missing tag `baz=quux` ``` Environment: GREMLIN_TEAM_ID: GREMLIN_TEAM_CERTIFICATE_OR_FILE:...