Skip to content

Commit 56d2ca5

Browse files
feat(secrets monitoring): support for secrets monitoring (#68)
* feat(secrets monitoring): support for secrets monitoring * fix(chart version corrected): chart version corrected Co-authored-by: Shubhashri Shirode <[email protected]>
1 parent 5a2bb81 commit 56d2ca5

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
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.1.0-rc02
14+
version: 2.2.0-rc01
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 "secrets" "networkpolicies"}}
124+
{{ $alwaysDisable := list "networkpolicies"}}
125125
{{ $resultList := ( concat $alwaysDisable $.Values.monitoring.disable | uniq ) }}
126126
{{- toYaml $resultList | nindent 0}}
127127
{{- end }}

charts/argus/templates/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rules:
3838
- componentstatuses
3939
- persistentvolumes
4040
- persistentvolumeclaims
41-
# - secrets
41+
- secrets
4242
- endpoints
4343
verbs:
4444
- list

charts/collectorset-controller/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: collectorset-controller
9-
version: 1.0.0-rt01
9+
version: 1.1.0-rc01
1010
home: https://logicmonitor.github.io/helm-charts-qa
1111
appVersion: v4.0.0-rc4

charts/collectorset-controller/templates/collector-rbac.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ rules:
4242
- pods/log
4343
- events
4444
- configmaps
45+
- secrets
4546
verbs:
4647
- list
4748
- get

0 commit comments

Comments
 (0)