Skip to content

Commit 88c7c91

Browse files
feat(argus): enabled network policy (#112)
Co-authored-by: Sagar Mamdapure <[email protected]>
1 parent 97be23b commit 88c7c91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/argus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ maintainers:
66
77
name: LogicMonitor
88
name: argus
9-
version: 2.3.0-rc02
9+
version: 2.3.0-rc03
1010
home: https://logicmonitor.github.io/helm-charts-qa
1111
appVersion: v8.2.0-rc3

charts/argus/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Return the appropriate apiVersion for rbac.
121121

122122

123123
{{- define "monitoring.disable" }}
124-
{{ $alwaysDisable := list "networkpolicies" "ingresses"}}
124+
{{ $alwaysDisable := list "ingresses"}}
125125
{{ $resultList := ( concat $alwaysDisable $.Values.monitoring.disable | uniq ) }}
126126
{{- toYaml $resultList | nindent 0}}
127127
{{- end }}

0 commit comments

Comments
 (0)