Skip to content

Commit

Permalink
chore(release): Move apiAllowedBpn config outside of if clause
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jkreutzfeld committed Apr 17, 2023
1 parent 7850a59 commit 4890162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/irs-helm/templates/configmap-spring-app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ data:
{{- tpl (toYaml .Values.ess.mockRecursiveEdcAsset) . | nindent 8 }}
{{- end }}
{{- end }}
{{- if .Values.config.content }}
apiAllowedBpn: {{ tpl (.Values.bpn | default "") . | quote }}
{{- if .Values.config.content }}
{{- tpl (toYaml .Values.config.content) . | nindent 4 }}
{{- end }}

0 comments on commit 4890162

Please sign in to comment.