feat: change vault url to vaul.query.consul

- support access to vault from multiple datacentres for certmanager
This commit is contained in:
Ben Vincent 2024-05-26 01:22:53 +10:00
parent ad268e8977
commit b00781b604

View File

@ -30,7 +30,7 @@ profiles::puppet::gems::puppet:
- 'hiera-eyaml'
profiles::helpers::certmanager::vault_config:
addr: 'https://vault.service.consul:8200'
addr: 'https://vault.query.consul:8200'
mount_point: 'pki_int'
approle_path: 'approle'
role_name: 'servers_default'