File tree 2 files changed +6
-3
lines changed 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ maintainers:
11
11
12
12
name : LogicMonitor
13
13
name : argus
14
- version : 2.2.0-rc06
14
+ version : 2.2.0-rc07
15
15
home : https://logicmonitor.github.io/helm-charts-qa
16
16
appVersion : v8.2.0-rc1
Original file line number Diff line number Diff line change @@ -34,13 +34,16 @@ spec:
34
34
{{- if .Values.collector.proxy.url }}
35
35
proxy :
36
36
url : {{ .Values.collector.proxy.url }}
37
+ {{- if .Values.collector.proxy.user }}
38
+ secretName : {{ include "argus.fullname" . }}-collector
39
+ {{- end }}
37
40
{{- else if .Values.global.proxy.url }}
38
41
proxy :
39
42
url : {{ .Values.global.proxy.url }}
40
- {{- end }}
41
- {{- if .Values.collector.proxy.user }}
43
+ {{- if .Values.global.proxy.user }}
42
44
secretName : {{ include "argus.fullname" . }}-collector
43
45
{{- end }}
46
+ {{- end }}
44
47
labels :
45
48
{{- include "collector.labels" . | nindent 4 }}
46
49
{{- if .Values.collector.annotations}}
You can’t perform that action at this time.
0 commit comments