Update to 2024-07-05 17:01

This commit is contained in:
Daniel Berteaud
2024-07-05 17:01:05 +02:00
parent b38fe8ecec
commit 17651158da
7 changed files with 26 additions and 9 deletions

View File

@@ -26,9 +26,14 @@ vault_agent_sinks: []
# List of templates
vault_agent_templates: []
# vault_agent_templates:
# # Use only one of source or contents
# # Use only one of source contents or data can be used
# - source: /srv/foo.tpl
# contents: "{{ with secret \"kv/bar\" }}{{.Data.data.baz}}{{ end }}"
# data: |
# [[- with pkiCert "pki/nomad/issue/jenkins" "common_name=jenkins.nomad" ]]
# [[ .Cert ]]
# [[ .Key ]]
# [[- end ]]
# destination: /src/foo
# left_delimiter = "[["
# right_delimiter = "]]"