Commit 3fda2f0 1 parent 89c8285 commit 3fda2f0 Copy full SHA for 3fda2f0
File tree 4 files changed +8
-1
lines changed
4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : istio-redirector
3
- version : 0.0.8
3
+ version : 0.0.9
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ metadata:
5
5
name : {{ .Release.Name }}
6
6
labels :
7
7
{{- include "labels" . | nindent 4 }}
8
+ {{- if .Values.istioLabels }}
9
+ {{ toYaml .Values.istioLabels | indent 4 }}
10
+ {{- end }}
8
11
spec :
9
12
host : {{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local
10
13
{{- if .Values.destinationRule.trafficPolicy }}
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ metadata:
5
5
name : {{ .Release.Name }}
6
6
labels :
7
7
{{- include "labels" . | nindent 4 }}
8
+ {{- if .Values.istioLabels }}
9
+ {{ toYaml .Values.istioLabels | indent 4 }}
10
+ {{- end }}
8
11
spec :
9
12
hosts :
10
13
- {{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ volumeMounts:
71
71
readOnly : true
72
72
73
73
commonLabels : {}
74
+ istioLabels : {}
74
75
75
76
deployment :
76
77
labels : {}
You can’t perform that action at this time.
0 commit comments