Skip to content

Commit

Permalink
the linter wins
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemons-redhat committed Oct 16, 2023
1 parent 342bf82 commit c2ce5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
name: gitlab-controller-manager
namespace: gitlab-system
register: pod_list
until: pod_list|json_query('resources[*].status.readyReplicas')|unique >= [1]
until: pod_list | json_query('resources[*].status.readyReplicas') | unique >= [1]
retries: 10
delay: 30

Expand Down

0 comments on commit c2ce5a3

Please sign in to comment.