From 21fb3c1888fc0593abe388216468f86ca21b0f59 Mon Sep 17 00:00:00 2001 From: Christopher Kyle Galloway <kylegalloway@seed-innovations.com> Date: Mon, 29 Jul 2024 13:03:31 +0000 Subject: [PATCH] Remove unecessary lines in kiali test-values --- tests/test-values.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tests/test-values.yaml b/tests/test-values.yaml index b2974b4009..3ad00f81b4 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -126,9 +126,7 @@ jaeger: # cypress_keycloak_test_enable: "true" kiali: - enabled: true sso: - enabled: false client_id: dev_00eb8904-5b88-4c68-ad67-cec0d2e07aa6_kiali values: istio: @@ -153,8 +151,8 @@ kiali: cr: spec: auth: - # if enabling the keycloak SSO integration test, set strategy to "openid" - #strategy: "openid" + # if enabling the keycloak SSO integration test, comment out or change strategy to "openid". + # strategy defaults to "openid" strategy: "anonymous" resources: limits: @@ -1822,7 +1820,7 @@ addons: envs: ANCHORE_CLI_URL: "https://anchore-api.dev.bigbang.mil/v1" cypress: - envs: + envs: cypress_url: "https://anchore.dev.bigbang.mil" -- GitLab