all: add Harbor Docker registry credentials
Otherwise hosts create a lot of `/v2/` calls that fail with 401. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d8d4d5d890
commit
5649191b4f
|
@ -14,3 +14,9 @@ wireguard_consul_acl_token: '{{lookup("bitwarden", "consul/acl-tokens", field="w
|
||||||
|
|
||||||
# Volume of Trace level logs is too high and fills up ES cluster.
|
# Volume of Trace level logs is too high and fills up ES cluster.
|
||||||
bootstrap__rsyslog_filter_rules: ['TRC']
|
bootstrap__rsyslog_filter_rules: ['TRC']
|
||||||
|
|
||||||
|
# Docker registry
|
||||||
|
bootstrap__docker_registries:
|
||||||
|
- url: 'https://harbor.status.im'
|
||||||
|
username: 'robot$wakuorg+infra-status'
|
||||||
|
password: '{{ lookup("bitwarden", "harbor-robot", field="robot$wakuorg+infra-status") }}'
|
||||||
|
|
Loading…
Reference in New Issue