UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 382f254d authored by Michael Martin's avatar Michael Martin Committed by Andrew Shoell
Browse files

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

parent e4730523
No related branches found
No related tags found
1 merge request!5603set vault agent uid/gid to prometheus uid/gid to allow token access
......@@ -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