mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-27 05:43:11 +00:00
Wait for termination grace period when scaling down the deployments (#1537)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
namespace: "{{ ansible_operator_meta.namespace }}"
|
||||
replicas: 0
|
||||
wait: yes
|
||||
wait_timeout: "{{ termination_grace_period_seconds | default(120) }}"
|
||||
loop:
|
||||
- "{{ ansible_operator_meta.name }}-task"
|
||||
- "{{ ansible_operator_meta.name }}-web"
|
||||
|
||||
Reference in New Issue
Block a user