From 85903645bc7eccd46bf65bf7036e6a65965d5c99 Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Wed, 3 Aug 2022 18:09:54 +0000 Subject: [PATCH] Updated argocd cypress test to allow for keycloak sso test --- chart/values.yaml | 2 +- tests/test-values.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index e0e0040cfc..225101c9a0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -698,7 +698,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd.git path: "./chart" - tag: "4.10.0-bb.0" + tag: "4.10.0-bb.1" # -- Flux reconciliation overrides specifically for the ArgoCD Package flux: {} diff --git a/tests/test-values.yaml b/tests/test-values.yaml index 4d4cc9611a..c6da5dc561 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -738,6 +738,9 @@ addons: groups: | g, Impact Level 2 Authorized, role:admin values: + sso: + rbac: + policy.default: role:admin controller: resources: requests: -- GitLab