Hi,

 

In a distributed cloud environment, how to provision the DOCKER REGISTRIES from central cloud ?

Is there any support to provide the required docker registry details in the bootstrap-values.yml  like

 

docker_registries:

  defaults:

    url: <URL>

    type: docker

    username: <USER>

    password: <PASSWORD>

 

    ssl_ca_cert: /etc/docker/certs.d/<URL>/ca.crt

 

 

Thanks,

Ankush