File tree Expand file tree Collapse file tree 6 files changed +24
-8
lines changed Expand file tree Collapse file tree 6 files changed +24
-8
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-rc03
14
+ version : 2.2.0-rc04
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 @@ -57,4 +57,11 @@ alerting:
57
57
{ {- if .Values.debug } }
58
58
{ {- toYaml .Values.debug | nindent 0 } }
59
59
{ {- end } }
60
+ { {- if .Values.proxy.url } }
61
+ proxy:
62
+ url: { { .Values.proxy.url } }
63
+ { {- else if .Values.global.proxy.url } }
64
+ proxy:
65
+ url: { { .Values.global.proxy.url } }
66
+ { {- end } }
60
67
{ {- end -} }
Original file line number Diff line number Diff line change 34
34
{{- if .Values.collector.proxy.url }}
35
35
proxy :
36
36
url : {{ .Values.collector.proxy.url }}
37
+ {{- else if .Values.global.proxy.url }}
38
+ proxy :
39
+ url : {{ .Values.global.proxy.url }}
37
40
{{- end }}
38
41
{{- if .Values.collector.proxy.user }}
39
42
secretName : {{ include "argus.fullname" . }}-collector
Original file line number Diff line number Diff line change 543
543
"examples" : [
544
544
" "
545
545
],
546
- "$comment" : " ui:proxyURL"
546
+ "$comment" : " ui:proxyURL-ignore "
547
547
},
548
548
"user" : {
549
549
"$id" : " #/properties/proxy/properties/user" ,
554
554
"examples" : [
555
555
" "
556
556
],
557
- "$comment" : " ui:proxyUser"
557
+ "$comment" : " ui:proxyUser-ignore "
558
558
},
559
559
"pass" : {
560
560
"$id" : " #/properties/proxy/properties/pass" ,
565
565
"examples" : [
566
566
" "
567
567
],
568
- "$comment" : " ui:proxyPass"
568
+ "$comment" : " ui:proxyPass-ignore "
569
569
}
570
570
},
571
571
"additionalProperties" : false
2114
2114
"default" : " " ,
2115
2115
"examples" : [
2116
2116
" "
2117
- ]
2117
+ ],
2118
+ "$comment" : " ui:proxyURL"
2118
2119
},
2119
2120
"user" : {
2120
2121
"$id" : " #/properties/proxy/properties/user" ,
2124
2125
"default" : " " ,
2125
2126
"examples" : [
2126
2127
" "
2127
- ]
2128
+ ],
2129
+ "$comment" : " ui:proxyUser"
2128
2130
},
2129
2131
"pass" : {
2130
2132
"$id" : " #/properties/proxy/properties/pass" ,
2134
2136
"default" : " " ,
2135
2137
"examples" : [
2136
2138
" "
2137
- ]
2139
+ ],
2140
+ "$comment" : " ui:proxyPass"
2138
2141
}
2139
2142
}
2140
2143
},
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ maintainers:
6
6
7
7
name : LogicMonitor
8
8
name : collectorset-controller
9
- version : 1.1.0-rc03
9
+ version : 1.1.0-rc04
10
10
home : https://logicmonitor.github.io/helm-charts-qa
11
11
appVersion : v4.1.0-rc1
Original file line number Diff line number Diff line change 18
18
{{- if .Values.proxy.url }}
19
19
proxy:
20
20
url: {{ .Values.proxy.url }}
21
+ {{ else if .Values.global.proxy.url }}
22
+ proxy:
23
+ url: {{ .Values.global.proxy.url }}
21
24
{{- end }}
22
25
ignoreSSL: {{ default false .Values.ignoreSSL }}
23
26
collectorServiceAccountName: {{ include "collectorset-controller.serviceAccountName" . }}-collector
You can’t perform that action at this time.
0 commit comments