Skip to content

Commit

Permalink
Use check_instance_ready for task pod readiness (ansible#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu authored May 31, 2024
1 parent 56df327 commit 6820981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/installer/templates/deployments/task.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ spec:
exec:
command:
- /usr/bin/awx-manage
- check
- check_instance_ready
initialDelaySeconds: {{ task_readiness_initial_delay }}
periodSeconds: {{ task_readiness_period }}
failureThreshold: {{ task_readiness_failure_threshold }}
Expand Down

0 comments on commit 6820981

Please sign in to comment.