We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8c0ec commit e58eb2bCopy full SHA for e58eb2b
charts/gxf/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: gxf
3
description: Generic GXF Helm chart
4
-version: '1.8.0'
+version: '1.8.1'
5
icon: https://artwork.lfenergy.org/projects/grid-exchange-fabric/abbrev/color/grid-exchange-fabric-abbrev-color.png
6
maintainers:
7
- name: OSGP
charts/gxf/templates/deployment.yaml
@@ -211,7 +211,7 @@ spec:
211
configMap:
212
name: {{ .Release.Name }}-apache
213
{{- end }}
214
- {{- if .Values.httpsConnector.enabled }}
+ {{- if or .Values.httpsConnector.enabled .Values.httpdSidecar.enabled }}
215
- name: server-certs
216
secret:
217
secretName: {{ .Release.Name }}.apache-server-certs
0 commit comments