Skip to content

Commit

Permalink
remove chart.version label in pod template. (istio#11302)
Browse files Browse the repository at this point in the history
  • Loading branch information
Morven Cao authored and smawson committed Feb 12, 2019
1 parent 5836158 commit c8de3ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -27,7 +27,6 @@ spec:
chart: {{ template "gateway.chart" $ }}
heritage: {{ $.Release.Service }}
release: {{ $.Release.Name }}
version: {{ $.Chart.Version }}
{{- range $key, $val := $spec.labels }}
{{ $key }}: {{ $val }}
{{- end }}
Expand Down
Expand Up @@ -285,7 +285,6 @@ metadata:
chart: {{ template "mixer.chart" $ }}
heritage: {{ $.Release.Service }}
release: {{ $.Release.Name }}
version: {{ $.Chart.Version }}
istio: mixer
spec:
{{- if not $spec.autoscaleEnabled }}
Expand All @@ -305,7 +304,6 @@ spec:
chart: {{ template "mixer.chart" $ }}
heritage: {{ $.Release.Service }}
release: {{ $.Release.Name }}
version: {{ $.Chart.Version }}
istio: mixer
istio-mixer-type: {{ $key }}
template:
Expand All @@ -315,7 +313,6 @@ spec:
chart: {{ template "mixer.chart" $ }}
heritage: {{ $.Release.Service }}
release: {{ $.Release.Name }}
version: {{ $.Chart.Version }}
istio: mixer
istio-mixer-type: {{ $key }}
annotations:
Expand Down

0 comments on commit c8de3ea

Please sign in to comment.