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
Is there a way to work with multiple (ACR and ECR) container registries without having an overlay for each one?
For example, in the main overlay kustomize:
images:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there a way to work with multiple (ACR and ECR) container registries without having an overlay for each one?
For example, in the main overlay kustomize:
images:
newName: reg1.azurecr.io/some/image
newTag: 200
Is there a simple way to have some kind of conditional block / other way to have different value for newName (for example ecr)?
For example:
images:
newName: ecr.eu-west-1.amazonaws.com/some/image
newTag: 200
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions