From 489b325dfe8d729bd07179122115ae9e41da3346 Mon Sep 17 00:00:00 2001 From: Jimmy Bourque <jbourque@bridgephase.com> Date: Wed, 31 Jan 2024 05:31:49 -0600 Subject: [PATCH] Updated password in values.yaml for script --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index fae4aaab4..3f3c16225 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -2094,5 +2094,5 @@ bbtests: GITLAB_EMAIL: "testuser@example.com" GITLAB_PROJECT: "my-awesome-project" GITLAB_REPOSITORY: http://gitlab-webservice-default.gitlab.svc.cluster.local:8181 - GITLAB_ORIGIN: http://testuser:Password123h56a78@gitlab-webservice-default.gitlab.svc.cluster.local:8181 + GITLAB_ORIGIN: http://testuser:1qaz!QAZ2wsx@WSX@gitlab-webservice-default.gitlab.svc.cluster.local:8181 GITLAB_REGISTRY: gitlab-registry-test-svc.gitlab.svc.cluster.local:80 \ No newline at end of file -- GitLab