Skip to content

Commit a5e8b19

Browse files
authored
Merge 7602d62 into cc5f7a3
2 parents cc5f7a3 + 7602d62 commit a5e8b19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/odrl-authorization/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: odrl-authorization
33
description: Umbrella chart to deploy FIWARE ODRL Authorization
44
type: application
5-
version: 1.0.3
5+
version: 1.0.4
66
dependencies:
77
# authorization
88
- name: odrl-pap

charts/odrl-authorization/templates/routes.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ spec:
2525
servicePort: {{ $url.port }}
2626
weight: {{ $value }}
2727
{{- end }}
28+
{{- if $route.plugins }}
2829
plugins:
2930
{{- range $key, $value := $route.plugins }}
3031
- name: {{ $key }}
3132
enable: true
3233
config:
3334
{{- $value | toYaml | nindent 10 }}
3435
{{- end }}
36+
{{- end }}
3537
---
3638
{{- end }}
3739
{{- else }}

0 commit comments

Comments
 (0)