File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
helm-charts/charts/kube-starrocks/charts/starrocks/templates Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ spec:
68
68
{{- if .Values.starrocksFESpec.service.annotations}}
69
69
{{- toYaml .Values.starrocksFESpec.service.annotations | nindent 8 }}
70
70
{{- end }}
71
+ {{- end }}
72
+ {{- if .Values.starrocksFESpec.service.labels}}
71
73
labels :
72
- {{- if .Values.starrocksFESpec.service.labels}}
73
74
{{- toYaml .Values.starrocksFESpec.service.labels | nindent 8 }}
74
- {{- end }}
75
75
{{- end }}
76
76
{{- end }}
77
77
annotations :
@@ -329,10 +329,10 @@ spec:
329
329
{{- if .Values.starrocksBeSpec.service.annotations }}
330
330
{{- toYaml .Values.starrocksBeSpec.service.annotations | nindent 8 }}
331
331
{{- end }}
332
+ {{- end }}
333
+ {{- if .Values.starrocksBeSpec.service.labels}}
332
334
labels :
333
- {{- if .Values.starrocksBeSpec.service.labels}}
334
335
{{- toYaml .Values.starrocksBeSpec.service.labels | nindent 8 }}
335
- {{- end }}
336
336
{{- end }}
337
337
{{- end }}
338
338
annotations :
@@ -758,10 +758,10 @@ spec:
758
758
{{- if .Values.starrocksCnSpec.service.annotations }}
759
759
{{- toYaml .Values.starrocksCnSpec.service.annotations | nindent 8 }}
760
760
{{- end }}
761
+ {{- end }}
762
+ {{- if .Values.starrocksCnSpec.service.labels}}
761
763
labels :
762
- {{- if .Values.starrocksCnSpec.service.labels}}
763
764
{{- toYaml .Values.starrocksCnSpec.service.labels | nindent 8 }}
764
- {{- end }}
765
765
{{- end }}
766
766
{{- end }}
767
767
annotations :
You can’t perform that action at this time.
0 commit comments