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
Describe the solution you'd like
Usage of global.imageRegistry, which is commonly used would be perfect (without need to append '/' at the end):
global:
imageRegistry: "my-image-registry"
Anything else you would like to add:
Probably this value should be used as default. Values provided as localpv.image.registry or helperPod.image.registry should overwrite default value.
The text was updated successfully, but these errors were encountered:
Describe the problem/challenge you have
To use
my-image-registry
as image registry I have to specify for each setup:Describe the solution you'd like
Usage of
global.imageRegistry
, which is commonly used would be perfect (without need to append '/' at the end):Anything else you would like to add:
Probably this value should be used as default. Values provided as
localpv.image.registry
orhelperPod.image.registry
should overwrite default value.The text was updated successfully, but these errors were encountered: