Skip to content

Commit 051e8e9

Browse files
authored
removed direct usage of policies in vault block because of new workload identities usage in Nomad (#34)
1 parent fca9efe commit 051e8e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deployment/nomad/packs/cortex/templates/cortex.nomad.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,7 @@ job [[ template "job_name" . ]] {
137137
"local/logback.xml:/etc/cortex/logback.xml",
138138
}
139139
140-
vault {
141-
policies = ["cortex-policy"]
142-
}
140+
vault {}
143141
144142
template {
145143
destination = "local/application.conf"

0 commit comments

Comments
 (0)