Skip to content

Commit f33ea46

Browse files
refactor(ingress): remove ingress from helm charts (#71)
Co-authored-by: Sagar Mamdapure <[email protected]>
1 parent 420f8a2 commit f33ea46

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

charts/argus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ maintainers:
1111
1212
name: LogicMonitor
1313
name: argus
14-
version: 2.2.0-rc01
14+
version: 2.2.0-rc02
1515
home: https://logicmonitor.github.io/helm-charts-qa
1616
appVersion: v8.1.0-rc2

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"}}
124+
{{ $alwaysDisable := list "networkpolicies" "ingresses"}}
125125
{{ $resultList := ( concat $alwaysDisable $.Values.monitoring.disable | uniq ) }}
126126
{{- toYaml $resultList | nindent 0}}
127127
{{- end }}

charts/argus/templates/rbac.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,6 @@ rules:
7777
- get
7878
- watch
7979
- update
80-
- apiGroups:
81-
- "networking.k8s.io"
82-
resources:
83-
- ingresses
84-
# - networkpolicies
85-
verbs:
86-
- list
87-
- get
88-
- watch
89-
- update
9080
- apiGroups:
9181
- "batch"
9282
resources:

0 commit comments

Comments
 (0)