chore: remove separated version var from defaults
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-07-31 21:26:02 +02:00
parent e6b6407ff4
commit d5b3b7283f
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
---
vault_version: latest
vault_image: "docker.io/hashicorp/vault:{{ vault_version }}"
# @var vault_url:description: >
# Specify address of the vault instance, used when building absolute urls, e.g. for websub.
# @end
vault_image: "docker.io/hashicorp/vault:latest"
vault_url: "http://localhost:8200"
vault_restart_policy: always