We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc5f7a3 + 7602d62 commit a5e8b19Copy full SHA for a5e8b19
charts/odrl-authorization/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: odrl-authorization
3
description: Umbrella chart to deploy FIWARE ODRL Authorization
4
type: application
5
-version: 1.0.3
+version: 1.0.4
6
dependencies:
7
# authorization
8
- name: odrl-pap
charts/odrl-authorization/templates/routes.yaml
@@ -25,13 +25,15 @@ spec:
25
servicePort: {{ $url.port }}
26
weight: {{ $value }}
27
{{- end }}
28
+ {{- if $route.plugins }}
29
plugins:
30
{{- range $key, $value := $route.plugins }}
31
- name: {{ $key }}
32
enable: true
33
config:
34
{{- $value | toYaml | nindent 10 }}
35
36
+ {{- end }}
37
---
38
39
{{- else }}
0 commit comments