From 25a87cd9114bf5cec73bf8ae836348f96e3662e6 Mon Sep 17 00:00:00 2001 From: Jordan Olshevski Date: Sun, 14 Apr 2024 22:34:06 -0500 Subject: [PATCH] Use a different group for staging to avoid actually granting building access --- manifests/profile-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/profile-staging.yaml b/manifests/profile-staging.yaml index 0ac9aa7..3f71a79 100644 --- a/manifests/profile-staging.yaml +++ b/manifests/profile-staging.yaml @@ -32,7 +32,7 @@ spec: - name: KEYCLOAK_URL value: http://keycloak.default.svc.cluster.local - name: KEYCLOAK_MEMBERS_GROUP_ID - value: 4eea9c17-f9b1-41eb-8f25-721ae04b66f6 + value: 032aafbc-76ad-4b16-9e72-e814a5d341d7 - name: SELF_URL value: https://profile-staging.thelab.ms - name: DOCUSEAL_URL