From 614eb6f380afbc68b822cca8f2d3ac6d5e13acda Mon Sep 17 00:00:00 2001 From: Matthew Leach Date: Wed, 19 Oct 2022 15:45:50 +0100 Subject: [PATCH] extra supported value --- postdeploy/scripts/postdeploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postdeploy/scripts/postdeploy.sh b/postdeploy/scripts/postdeploy.sh index 8f676f47..87a4b0c4 100644 --- a/postdeploy/scripts/postdeploy.sh +++ b/postdeploy/scripts/postdeploy.sh @@ -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