Skip to content

Fix rollout status for statefulsets and daemonsets

What does this MR do?

Hello!

AutoDevops template allows to use custom chart but if we deploy stateful-/daemonset instead of deployment then job production always fails while executing kubectl rollout status -n "$KUBE_NAMESPACE" -w "deployment/$name". This MR adds variable ROLLOUT_RESOURCE_TYPE (default is "deployment") to use in kubectl rollout status -n "$KUBE_NAMESPACE" -w "$ROLLOUT_RESOURCE_TYPE/$name".

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports