Update rendered example

This commit is contained in:
Daniel Berteaud 2024-03-05 15:00:55 +01:00
parent 0ada82675d
commit 489bb0660b
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ _EOF
template {
data = <<-_EOF
{{ with secret "/kv/service/repo" }}
{{ with secret "kv/service/repo" }}
{{- range $idx, $key := .Data.data.ssh_keys | split "," -}}
SSH_AUTH_KEY_{{ $idx }}={{ $key }}
{{ end }}{{ end }}

View File

@ -1,3 +1,3 @@
path "/kv/data/service/repo" {
path "kv/data/service/repo" {
capabilities = ["read"]
}