Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions gremlin-integrations/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ spec:
value: {{ .Values.gremlin.secret.key }}
{{- end }}
{{- end }}
- name: GREMLIN_CLIENT_TAGS
value: {{ .Values.gremlin.client.tags }}
{{- if .Values.gremlin.allowList }}
- name: GREMLIN_INTEGRATION_AGENT_ALLOW_LIST
value: {{ .Values.gremlin.allowList }}
Expand Down
7 changes: 7 additions & 0 deletions gremlin-integrations/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,10 @@ gremlin:
# gremlin.extraEnv
# Specify any arbitrary environment variables to pass to the Gremlin Integrations Agent deployment
extraEnv: []

client:
# gremlin.client.tags -
# A string of comma separated key=value pairs that are used to decorate the Gremlin agent with tags.
#
# NOTE: This value's commas must be escaped. See https://github.com/gremlin/helm/issues/8
tags: ""