Skip to content

Commit 6044a40

Browse files
AniruddhaNayekroot
authored andcommitted
Update pods count for CO
Signed-off-by: root <[email protected]>
1 parent 56f6866 commit 6044a40

File tree

1 file changed

+1
-1
lines changed
  • playbooks/roles/ocp-compliance/tasks

1 file changed

+1
-1
lines changed

playbooks/roles/ocp-compliance/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
- name: Check if pods are running
114114
shell: oc get pods -n openshift-compliance --no-headers | grep "Running" | wc -l
115115
register: compliance_pods
116-
until: compliance_pods.stdout|int == 2
116+
until: compliance_pods.stdout|int == 3
117117
retries: 15
118118
delay: 60
119119

0 commit comments

Comments
 (0)