From 171f174de11992bdb6a4071c3094c4bdb4575d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Prokopi=C4=87?= Date: Tue, 28 Nov 2023 15:56:24 +0100 Subject: [PATCH] Fix CI values --- helm/cluster-aws/ci/ci-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/cluster-aws/ci/ci-values.yaml b/helm/cluster-aws/ci/ci-values.yaml index 770d00932..3c5fe3553 100644 --- a/helm/cluster-aws/ci/ci-values.yaml +++ b/helm/cluster-aws/ci/ci-values.yaml @@ -2,6 +2,7 @@ global: metadata: organization: "test" connectivity: + baseDomain: example.com containerRegistries: with-auth.example.com: - endpoint: with-auth.example.com @@ -16,4 +17,3 @@ global: instanceTypeOverrides: - r6i.xlarge - m5.xlarge -baseDomain: example.com