Skip to content

Commit fa821f8

Browse files
committed
(k8s) fix typo that breaks deploy
Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent 47d0bee commit fa821f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kube/aks/nodehandlers.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ spec:
140140
- |
141141
until curl --fail --silent --insecure https://kernelci-api.westus3.cloudapp.azure.com/; do
142142
echo "Waiting for API endpoint..."; sleep 5;
143-
done containers:
143+
done
144+
containers:
144145
- name: timeout
145146
image: kernelci/kernelci:pipeline@sha256:bb01424c4dedcd2ffa87cef225b09116cf874bc2b91fc63ed6d993d6fc5c43cb
146147
imagePullPolicy: Always

0 commit comments

Comments
 (0)