Expected behavior
Allow for wildcards in trustedRegistries config. In our use case we are constantly creating new Artifactory repositories which resolve as [repo-name].artifactory-url.com. The ability to use wildcards would allow us to enforce all images are sourced from Artifactory without having to update the config each time a new repo is created.
trustedRegistries:
- *.artifactory-url.com
This comment maps out a similar idea, but for a different use case: #309 (comment)