File tree 3 files changed +2
-12
lines changed
3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ maintainers:
11
11
12
12
name : LogicMonitor
13
13
name : argus
14
- version : 2.2.0-rc01
14
+ version : 2.2.0-rc02
15
15
home : https://logicmonitor.github.io/helm-charts-qa
16
16
appVersion : v8.1.0-rc2
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Return the appropriate apiVersion for rbac.
121
121
122
122
123
123
{ {- define " monitoring.disable" } }
124
- { { $alwaysDisable := list " networkpolicies" } }
124
+ { { $alwaysDisable := list " networkpolicies" " ingresses " } }
125
125
{ { $resultList := ( concat $alwaysDisable $.Values.monitoring.disable | uniq ) } }
126
126
{ {- toYaml $resultList | nindent 0} }
127
127
{ {- end } }
Original file line number Diff line number Diff line change @@ -77,16 +77,6 @@ rules:
77
77
- get
78
78
- watch
79
79
- update
80
- - apiGroups :
81
- - " networking.k8s.io"
82
- resources :
83
- - ingresses
84
- # - networkpolicies
85
- verbs :
86
- - list
87
- - get
88
- - watch
89
- - update
90
80
- apiGroups :
91
81
- " batch"
92
82
resources :
You can’t perform that action at this time.
0 commit comments