File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ metadata:
1717{{- if .Values.customLabels }}
1818{{ toYaml .Values.customLabels | indent 4 }}
1919{{- end }}
20- {{- if or .Values.prometheus.service.annotations .Values.service.annotations .Values.customAnnotations }}
20+ {{- if or .Values.prometheus.service.annotations .Values.service.annotations .Values.customAnnotations }}
2121 annotations :
22- {{- if .Values.prometheus.service.annotations }}
23- {{ toYaml .Values.prometheus.service.annotations | indent 4 }}
24- {{- end }}
25- {{- if .Values.service.annotations }}
26- {{ toYaml .Values.service.annotations | indent 4 }}
27- {{- end }}
28- {{- if .Values.customAnnotations }}
29- {{ toYaml .Values.customAnnotations | indent 4 }}
30- {{- end }}
31- {{- end }}
22+ {{- if .Values.prometheus.service.annotations }}
23+ {{- toYaml .Values.prometheus.service.annotations | nindent 4 }}
24+ {{- end }}
25+ {{- if .Values.service.annotations }}
26+ {{- toYaml .Values.service.annotations | nindent 4 }}
27+ {{- end }}
28+ {{- if .Values.customAnnotations }}
29+ {{- toYaml .Values.customAnnotations | nindent 4 }}
30+ {{- end }}
31+ {{- end }}
3232spec :
3333 selector :
3434 app.kubernetes.io/instance : {{ .Release.Name | quote }}
You can’t perform that action at this time.
0 commit comments