Skip to content

Commit 954f5e0

Browse files
feat(ksm): empty ksm handle (#436)
1 parent afb0807 commit 954f5e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/argus/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ maintainers:
66
77
name: LogicMonitor
88
name: argus
9-
version: 11.1.0-rc01
9+
version: 11.1.0-rc02
1010
home: https://logicmonitor.github.io/helm-charts-qa
11-
appVersion: v15.1.0-rc01
11+
appVersion: v15.1.0-rc02
1212
dependencies:
1313
- name: lmutil
1414
repository: https://logicmonitor.github.io/helm-charts-qa

charts/argus/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Collector Pod security context
120120
{{- define "ksm-url" -}}
121121
{{- $url := "" }}
122122
{{- $ksm := index .Values "kube-state-metrics" }}
123-
{{- if .Values.ksmUrl }}
123+
{{- if not (empty .Values.ksmUrl) }}
124124
{{- $url = .Values.ksmUrl }}
125125
{{- else if $ksm.enabled }}
126126
{{- $port := "" }}

0 commit comments

Comments
 (0)