From fdc74267d7eafa08c37af27b8200a2f457fddbda Mon Sep 17 00:00:00 2001 From: "Nicolas Sosa (nss)" Date: Wed, 18 Nov 2020 13:00:14 -0300 Subject: [PATCH] I think that is --api.insecure intead --insecure.api --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 396da1e..b33ac04 100644 --- a/README.md +++ b/README.md @@ -399,7 +399,7 @@ spec: args: # This should not be setup when you are in production as it creates a dashboard that can be accessed by anyone # but for our test needs it is great just remember to remove it - - --insecure.api + - --api.insecure - --accesslog # Here we define our entry points we have two of them one at 80 (we call it web) and one at 443 (we call it websecure)