From e386133cf37f4382a58bdaf88644f29c4ed4fdad Mon Sep 17 00:00:00 2001 From: Angel Kafazov Date: Thu, 12 Dec 2024 13:51:13 +0200 Subject: [PATCH] fix VS in example-content (#123) On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov --- charts/example-content/Chart.yaml | 2 +- charts/example-content/templates/istio-virtual-service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/example-content/Chart.yaml b/charts/example-content/Chart.yaml index 5a8242f5e..9b9970ba3 100644 --- a/charts/example-content/Chart.yaml +++ b/charts/example-content/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "0.126.0" description: Helm Chart for the openmfp Portal name: example-content -version: 0.110.18 +version: 0.110.19 dependencies: - name: common version: 0.1.9 diff --git a/charts/example-content/templates/istio-virtual-service.yaml b/charts/example-content/templates/istio-virtual-service.yaml index 4adcde0c1..1079308d4 100644 --- a/charts/example-content/templates/istio-virtual-service.yaml +++ b/charts/example-content/templates/istio-virtual-service.yaml @@ -6,7 +6,7 @@ metadata: namespace: {{ .Release.Namespace }} spec: gateways: - - {{ .Release.Namespace }}/{{ include "common.getKeyValue" (dict "Values" .Values "keys" "istio.gateway.name") }} + - {{ .Release.Namespace}}/{{ include "common.getKeyValue" (dict "Values" .Values "key" "istio.gateway.name") }} hosts: {{- .Values.istio.virtualService.hosts | toYaml | nindent 2}} http: