Skip to content

Commit

Permalink
fix(argus): set proxy url in cs and collector secretname (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkumbhar94 authored Sep 22, 2022
1 parent 21219c6 commit cd0cc34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/argus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ maintainers:
- email: argus@logicmonitor.com
name: LogicMonitor
name: argus
version: 2.2.0-rc06
version: 2.2.0-rc07
home: https://logicmonitor.github.io/helm-charts-qa
appVersion: v8.2.0-rc1
7 changes: 5 additions & 2 deletions charts/argus/templates/collectorset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,16 @@ spec:
{{- if .Values.collector.proxy.url }}
proxy:
url: {{ .Values.collector.proxy.url }}
{{- if .Values.collector.proxy.user }}
secretName: {{ include "argus.fullname" . }}-collector
{{- end }}
{{- else if .Values.global.proxy.url }}
proxy:
url: {{ .Values.global.proxy.url }}
{{- end }}
{{- if .Values.collector.proxy.user }}
{{- if .Values.global.proxy.user }}
secretName: {{ include "argus.fullname" . }}-collector
{{- end }}
{{- end }}
labels:
{{- include "collector.labels" . | nindent 4 }}
{{- if .Values.collector.annotations}}
Expand Down

0 comments on commit cd0cc34

Please sign in to comment.