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 your feature request related to a problem? Please describe.
There are some cases when we need to trigger a rollout strategy instead of just restarting the pods. #724 This pr removed the functionality of triggering a rollout strategy on change of configmap/secrets.
Describe the solution you'd like
Adding a new annotation to the rollout will trigger a rollout strategy for that rollout. The default can be unset or false, so current behaviour should continue on.
Describe alternatives you've considered
Current behaviour only triggers restarting of pods.
Alt can be along the same lines:
Add a helm value that can allow us to switch bw behaviours, but that is cluster wide setting and not desirable.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There are some cases when we need to trigger a rollout strategy instead of just restarting the pods.
#724 This pr removed the functionality of triggering a rollout strategy on change of configmap/secrets.
Describe the solution you'd like
Adding a new annotation to the rollout will trigger a rollout strategy for that rollout. The default can be unset or false, so current behaviour should continue on.
Describe alternatives you've considered
Current behaviour only triggers restarting of pods.
Alt can be along the same lines:
The text was updated successfully, but these errors were encountered: