Skip to content

Commit 28b96ef

Browse files
k -> kubectl, extra sleep
1 parent c40a882 commit 28b96ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-kubernetes.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,10 @@ jobs:
126126
end=$(( $(date +%s) + $max_wait_time_seconds ))
127127
start=$(date +%s)
128128
129+
sleep 5
129130
while [ $(date +%s) -le $end ]; do
130131
OUT_CRT=$(kubectl get certificate/dnsimple-test -o json | jsonpath='{.status.conditions}')
131-
OUT_CRQ=$(k get CertificateRequest -o json)
132+
OUT_CRQ=$(kubectl get CertificateRequest -o json)
132133
133134
echo "Certificate:"
134135
echo "$OUT_CRT" | jq

0 commit comments

Comments
 (0)