eclipse-symphony / symphony

Symphony project
MIT License
37 stars 29 forks source link

Pull images from private container registry #268

Open msftcoderdjw opened 6 months ago

msftcoderdjw commented 6 months ago

Given Symphony is a deployment service, how can we support pulling images from private registry?

msftcoderdjw commented 5 months ago

We are considering use secret provider interface and we need to invent some real secret providers (like k8s secret) to let users to define image pull secret. And in helm target provider, they will define $secret in helm values.

msftcoderdjw commented 2 months ago

@iwangjintian is working on this.