Use proper vault access keys
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -6,8 +6,8 @@ dashboard: {{ config.vars.dashboard }}
|
||||
|
||||
webapi:
|
||||
domain: {{ config.vars.domain }}
|
||||
username: {{ config.vault.webapi_username }}
|
||||
password: {{ config.vault.webapi_password }}
|
||||
username: {{ vault.webapi_username }}
|
||||
password: {{ vault.webapi_password }}
|
||||
|
||||
ports:
|
||||
http: {{ config.vars.port }}
|
||||
|
||||
Reference in New Issue
Block a user