Skip to content

Commit

Permalink
fix VS in example-content
Browse files Browse the repository at this point in the history
On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov committed Dec 12, 2024
1 parent a91d069 commit 8edff35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/example-content/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8edff35

Please sign in to comment.