You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Insecure ( +optional ) item for ImageRepository
In some cases, the secret of docker registry is kubernetes.io/dockerconfigjson, we need set insecure is true for HTTP.
I want to add feature for ImageRepository of Insecure ( +optional ) item
hi @qiuming520, thanks for opening this. this is planned and right now blocked behind a RFC: fluxcd/flux2#3081. once the RFC gets merged, we can start work on this.
Add Insecure ( +optional ) item for ImageRepository
In some cases, the secret of docker registry is kubernetes.io/dockerconfigjson, we need set insecure is true for HTTP.
I want to add feature for ImageRepository of Insecure ( +optional ) item
before
image-reflector-controller/api/v1beta1/imagerepository_types.go
Line 34 in 51caa7f
image-reflector-controller/controllers/imagerepository_controller.go
Lines 216 to 232 in 51caa7f
after
The text was updated successfully, but these errors were encountered: