Skip to content

Commit

Permalink
fix helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejtomcik authored and jkralik committed Apr 9, 2022
1 parent 46a7a4f commit cb4a7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/plgd-hub/templates/resource-directory/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ data:
publicConfiguration:
caPool: {{ .publicConfiguration.caPool | default "/certs/ca.crt" | quote }}
{{- if not $.Values.mockoauthserver.enabled }}
authorizationServer: {{ required "resourcedirectory.publicConfiguration.authorizationServer or global.authority is required" ( tpl ( .publicConfiguration.authorizationServer | default $.Values.global.authority ) $ ) | quote }}
authorizationServer: {{ required "resourcedirectory.publicConfiguration.authorizationServer or global.authority is required" ( .publicConfiguration.authorizationServer | default $.Values.global.authority ) | quote }}
{{- else }}
authorizationServer: {{ include "plgd-hub.mockoauthserver.uri" $ | quote }}
{{- end }}
Expand Down

0 comments on commit cb4a7e6

Please sign in to comment.