From 78e50008ebfcd001730e73933772e60a49593345 Mon Sep 17 00:00:00 2001 From: Eleanor Pratt Date: Thu, 12 Dec 2024 17:49:41 +0000 Subject: [PATCH] make tls secretName templateable via nameOverride (#309) --- deployment/lookout-v2/templates/ingressweb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/lookout-v2/templates/ingressweb.yaml b/deployment/lookout-v2/templates/ingressweb.yaml index d3f7397b1e4..4dfcf65df40 100644 --- a/deployment/lookout-v2/templates/ingressweb.yaml +++ b/deployment/lookout-v2/templates/ingressweb.yaml @@ -34,4 +34,4 @@ spec: tls: - hosts: {{- toYaml .Values.hostnames | nindent 8 }} - secretName: lookout-service-tls-v2 + secretName: {{ include "lookout_v2.name" . }}-service-tls