From 0661f5c0408306e8298addd96ed6beb57c00ddfd Mon Sep 17 00:00:00 2001 From: Jim Grady Date: Mon, 4 Dec 2023 15:34:11 -0500 Subject: [PATCH] Add local.thecombine.app to list of certificates for offline use (#2825) --- deploy/scripts/setup_files/profiles/prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/scripts/setup_files/profiles/prod.yaml b/deploy/scripts/setup_files/profiles/prod.yaml index 7a360a553f..b439a0043a 100644 --- a/deploy/scripts/setup_files/profiles/prod.yaml +++ b/deploy/scripts/setup_files/profiles/prod.yaml @@ -40,4 +40,4 @@ charts: global: awsS3Location: prod.thecombine.app pullSecretName: None - combineCertProxyList: nuc1.thecombine.app nuc2.thecombine.app nuc3.thecombine.app + combineCertProxyList: nuc1.thecombine.app nuc2.thecombine.app nuc3.thecombine.app local.thecombine.app