We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97be23b commit 88c7c91Copy full SHA for 88c7c91
charts/argus/Chart.yaml
@@ -6,6 +6,6 @@ maintainers:
6
- email: [email protected]
7
name: LogicMonitor
8
name: argus
9
-version: 2.3.0-rc02
+version: 2.3.0-rc03
10
home: https://logicmonitor.github.io/helm-charts-qa
11
appVersion: v8.2.0-rc3
charts/argus/templates/_helpers.tpl
@@ -121,7 +121,7 @@ Return the appropriate apiVersion for rbac.
121
122
123
{{- define "monitoring.disable" }}
124
-{{ $alwaysDisable := list "networkpolicies" "ingresses"}}
+{{ $alwaysDisable := list "ingresses"}}
125
{{ $resultList := ( concat $alwaysDisable $.Values.monitoring.disable | uniq ) }}
126
{{- toYaml $resultList | nindent 0}}
127
{{- end }}
0 commit comments