File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
charts/azure-loganalytics-exporter Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: azure-loganalytics-exporter
33type : application
44description : A Helm chart for azure-loganalytics-exporter
55home : https://github.com/webdevops/azure-loganalytics-exporter
6- version : 1.0.3
6+ version : 1.0.4
77# renovate: image=webdevops/azure-loganalytics-exporter
88appVersion : 23.6.0
99keywords :
Original file line number Diff line number Diff line change 6262 params :
6363 {{ tpl (toYaml $moduleOptions.params) $ | nindent 8 }}
6464 {{- end }}
65- {{- else }}
65+ {{- else if $moduleOptions.params }}
6666 {{ toYaml $moduleOptions.params | nindent 8 }}
6767 {{- end }}
6868 {{- with $.Values.prometheus.monitor.basicAuth }}
9797 {{- . | nindent 8 }}
9898 {{- end }}
9999 {{- end }}
100+ {{- end }}
100101 {{- with .Values.prometheus.monitor.targetLabels }}
101102 targetLabels :
102103 {{- toYaml . | nindent 4 }}
103104 {{- end }}
104105{{- end }}
105- {{- end }}
You can’t perform that action at this time.
0 commit comments