We have an azure container registry where the imagename is in this format.
image: <acr_name>//:
Earlier with only <acr_name>/: it worked.
But with /<branch_name> added, I am getting error as
NAME READY STATUS RESTARTS AGE
frontend-7c96f879c5-45nsx 1/2 InvalidImageName 0 9m5s
How to use this now in kubernetes environment?
The image is there in the acr.