This commit is contained in:
Matthew Leach 2022-10-19 15:45:50 +01:00
Родитель 5e8cf4c254
Коммит 614eb6f380
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -85,7 +85,7 @@ if [ "$ingress" ] && [[ ! $ingress =~ (appgw|contour|nginx|traefik) ]]; then
fi
if [ "$ingressEveryNode" ] && [[ $ingress = "appgw" ]]; then
echo "ingressEveryNode only supported if ingress parameter is (nginx|contour)"
echo "ingressEveryNode only supported if ingress parameter is (nginx|contour|traefik)"
show_usage=true
fi