diff --git a/charts/gxf/Chart.yaml b/charts/gxf/Chart.yaml index 81fddcf..4ded4d6 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.5.33' +version: '1.5.34' 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 0861143..64b6a7d 100644 --- a/charts/gxf/templates/deployment.yaml +++ b/charts/gxf/templates/deployment.yaml @@ -64,7 +64,7 @@ spec: - name: {{ $key }} valueFrom: secretKeyRef: - name: {{ $value.secretName }} + name: {{ tpl $value.secretName . }} key: {{ $value.secretKey }} {{- end }} ports: