testnet-ops/service-provider-setup/templates/my_password.json.j2

10 lines
203 B
Plaintext
Raw Normal View History

{
"auths": {
"{{container_registry_domain}}": {
"username": "{{ container_registry_username }}",
"password": "{{ hashed_password }}",
"auth": "{{ b64_encoded_cred }}"
}
}
}