Skip to content

Commit

Permalink
[core] Fix Annotation for VirtualService in Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger committed Feb 1, 2024
1 parent 23567f3 commit 4f26811
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/kobs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: kobs
description: Kubernetes Observability Platform
type: application
version: 0.3.0
version: 0.3.1
appVersion: v0.12.0
2 changes: 1 addition & 1 deletion deploy/helm/kobs/templates/cluster/virtualservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
{{- with .Values.cluster.istio.virtualService.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.cluster.virtualService.annotations }}
{{- with .Values.cluster.istio.virtualService.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/kobs/templates/hub/virtualservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
{{- with .Values.hub.istio.virtualService.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.hub.virtualService.annotations }}
{{- with .Values.hub.istio.virtualService.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit 4f26811

Please sign in to comment.