From f245829f90326bc66f93e74c66b91f2f007b0427 Mon Sep 17 00:00:00 2001 From: Spencer Bliven Date: Fri, 20 Sep 2024 11:19:16 +0200 Subject: [PATCH] Generate new TLS cert for frontend-next --- helm/configs/frontend-next/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/configs/frontend-next/values.yaml b/helm/configs/frontend-next/values.yaml index 095cb72..f5b5875 100644 --- a/helm/configs/frontend-next/values.yaml +++ b/helm/configs/frontend-next/values.yaml @@ -24,7 +24,7 @@ ingress: tls: - hosts: - "{{ .Values.host }}" - secretName: "scicat-fe-certificate" + secretName: "scicat-fe-next-certificate" volumes: - name: config-volume