From d7fca02c4220d81086d01211b37decd3e5971027 Mon Sep 17 00:00:00 2001
From: Ronnie Webb <rwebb@revacomm.com>
Date: Fri, 17 Sep 2021 15:50:50 -0500
Subject: [PATCH] adding secretName value

---
 chart/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 9182e1d25d..c5027b216c 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -75,7 +75,7 @@ sso:
   auth_url: "https://{{ .Values.sso.oidc.host }}/auth/realms/{{ .Values.sso.oidc.realm }}/protocol/openid-connect/auth"
 
   # -- Kubernetes Secret containing the sso.certificate_authority value for SSO enabled application namespaces
-  secretName: ""
+  secretName: "tls-ca-sso"
 
 # -- (Advanced) Flux reconciliation parameters.
 # The default values provided will be sufficient for the majority of workloads.
-- 
GitLab