From b13303a2d22949d82e3d66276893339514c8828d Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 14 Nov 2024 15:18:00 -0500 Subject: [PATCH] cleanup --- charts/cryostat/templates/cryostat_deployment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/cryostat/templates/cryostat_deployment.yaml b/charts/cryostat/templates/cryostat_deployment.yaml index a4549bb..0ae4e81 100644 --- a/charts/cryostat/templates/cryostat_deployment.yaml +++ b/charts/cryostat/templates/cryostat_deployment.yaml @@ -204,8 +204,7 @@ spec: - name: {{ .Release.Name }}-proxy-tls secret: secretName: {{ .Release.Name }}-proxy-tls - {{- end }} - {{- if (and (not (.Values.authentication.openshift).enabled) (.Values.oauth2Proxy.service.tls.enableSelfSigned)) }} + {{- else if .Values.oauth2Proxy.service.tls.enableSelfSigned }} - name: {{ .Release.Name }}-oauth2proxy-tls secret: secretName: {{ .Release.Name }}-oauth2proxy-tls