Hi,
I’m trying to allow pull the workspace base images only from our private registry.
I found this config:
server:
defaultBaseImageRegistryWhitelist:
- some.registry.domain.com
I use it and it is in the envs of the server pod, but I still can pull images from docker hub
Did anybody use this feature before?
Is anybody know what I did wrong?
(self-hosted 0.6.0 on aws eks)
Thanks