From a4f9eafccf88431ea0f8101f074abb503cdd1b0a Mon Sep 17 00:00:00 2001 From: Marcel Jansen <34770714+Marcel-Jansen@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:26:55 +0200 Subject: [PATCH] Create server-certs volume for httpsConnector or httpdSidecar Signed-off-by: Marcel Jansen <34770714+Marcel-Jansen@users.noreply.github.com> --- charts/gxf/Chart.yaml | 2 +- charts/gxf/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gxf/Chart.yaml b/charts/gxf/Chart.yaml index 352c211..9cab780 100644 --- a/charts/gxf/Chart.yaml +++ b/charts/gxf/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: gxf description: Generic GXF Helm chart -version: '1.8.0' +version: '1.8.1' icon: https://artwork.lfenergy.org/projects/grid-exchange-fabric/abbrev/color/grid-exchange-fabric-abbrev-color.png maintainers: - name: OSGP diff --git a/charts/gxf/templates/deployment.yaml b/charts/gxf/templates/deployment.yaml index 8b499f1..e03b4bf 100644 --- a/charts/gxf/templates/deployment.yaml +++ b/charts/gxf/templates/deployment.yaml @@ -211,7 +211,7 @@ spec: configMap: name: {{ .Release.Name }}-apache {{- end }} - {{- if .Values.httpsConnector.enabled }} + {{- if or .Values.httpsConnector.enabled .Values.httpdSidecar.enabled }} - name: server-certs secret: secretName: {{ .Release.Name }}.apache-server-certs