UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 9d84a8a5 authored by Andrew Shoell's avatar Andrew Shoell
Browse files

Merge branch 'set-vault-injector-uid-gid' into 'master'

set vault agent uid/gid to prometheus uid/gid to allow token access

Closes big-bang/product/packages/vault#126

See merge request !5603
parents e4730523 382f254d
No related branches found
No related tags found
1 merge request!5603set vault agent uid/gid to prometheus uid/gid to allow token access
Pipeline #3858690 passed
......@@ -247,6 +247,8 @@ prometheus:
vault.hashicorp.com/agent-init-first: "true"
vault.hashicorp.com/agent-inject-token: "true"
vault.hashicorp.com/role: "prometheus"
vault.hashicorp.com/agent-run-as-user : "1000"
vault.hashicorp.com/agent-run-as-group : "2000"
{{- end }}
{{- end }}
{{- if .Values.addons.vault.enabled }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment