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
Currently, we have imagePullPolicy set to always. It's great in dev, but in prod it can be dangerous since the pod may restart and use a newer version of the app without knowing it.
And in prod we use a fixed tag so we have no reason to have imagePullPolicy in always.
The text was updated successfully, but these errors were encountered:
Currently, we have imagePullPolicy set to always. It's great in dev, but in prod it can be dangerous since the pod may restart and use a newer version of the app without knowing it.
And in prod we use a fixed tag so we have no reason to have imagePullPolicy in always.
The text was updated successfully, but these errors were encountered: