Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #248 from foxford/small-fix-chart
Browse files Browse the repository at this point in the history
Small improvement in chart
  • Loading branch information
mgrachev authored Jun 3, 2022
2 parents 7f52579 + 3de8fd4 commit 366bb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ data:
[authz.{{ $ns_audience | quote }}]
type = {{ .type | quote }}
{{- if eq "http" .type }}
{{ $default_authz_url := $ns_audience | list "http://dispatcher-service:8080/api/v1/authz/" | join "" }}
{{- $default_authz_url := $ns_audience | list "http://dispatcher-service:8080/api/v1/authz/" | join "" }}
uri = {{ default $default_authz_url .uri | quote }}
algorithm = {{ default "ES256" .algorithm | quote }}
key = {{ default "data/keys/svc.private_key.p8.der" .key | quote }}
Expand Down

0 comments on commit 366bb81

Please sign in to comment.