From 1f77a5699047c6d7c3e753d3f74a1916b99eb365 Mon Sep 17 00:00:00 2001 From: natmegs Date: Fri, 19 Jul 2019 18:46:14 -0700 Subject: [PATCH] fix: change logout redirect to '/landing' in kommander --- stable/kommander/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/kommander/values.yaml b/stable/kommander/values.yaml index ee172a448c..9ea7311937 100644 --- a/stable/kommander/values.yaml +++ b/stable/kommander/values.yaml @@ -3,7 +3,7 @@ image: tag: 1.50.0 pullPolicy: IfNotPresent replicas: 1 -logoutRedirectPath: / +logoutRedirectPath: /landing # Mode must be either production|konvoy mode: production