diff --git a/cluster/helm/splice-participant/templates/participant.yaml b/cluster/helm/splice-participant/templates/participant.yaml index dcba09e63c..f7d506d9b8 100644 --- a/cluster/helm/splice-participant/templates/participant.yaml +++ b/cluster/helm/splice-participant/templates/participant.yaml @@ -191,6 +191,10 @@ spec: volumes: {{- range .Values.extraVolumes }} - name: {{ .name }} + {{- if .configMap }} + configMap: + name: {{ .configMap.name }} + {{- end }} {{- if .secret }} secret: secretName: {{ .secret.secretName }}