mirror of
https://github.com/fluxcd/flagger.git
synced 2026-09-05 02:47:17 +00:00
Fix ingress class checks in Contour tests
Signed-off-by: Sergey Ptashnik <nnz1024@gmail.com>
This commit is contained in:
@@ -90,7 +90,7 @@ until ${ok}; do
|
||||
fi
|
||||
done
|
||||
|
||||
kubectl -n test get httpproxy podinfo -oyaml | grep 'projectcontour.io/ingress.class: contour'
|
||||
kubectl -n test get httpproxy podinfo -oyaml | grep 'ingressClassName: contour'
|
||||
|
||||
echo '✔ Canary initialization test passed'
|
||||
|
||||
@@ -269,4 +269,4 @@ echo '✔ A/B testing promotion test passed'
|
||||
|
||||
kubectl -n projectcontour logs deployment/flagger
|
||||
|
||||
echo '✔ All tests passed'
|
||||
echo '✔ All tests passed'
|
||||
|
||||
Reference in New Issue
Block a user