Skip to content

Commit e85ad6c

Browse files
feat(ignore): added annotations for ignore (#466)
1 parent 77559c1 commit e85ad6c

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,7 +6,7 @@ maintainers:
66
77
name: LogicMonitor
88
name: argus
9-
version: 13.0.0-rc02
9+
version: 13.0.0-rc03
1010
home: https://logicmonitor.github.io/helm-charts-qa
1111
appVersion: v17.0.0-rc01
1212
dependencies:

charts/argus/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ logicmonitor.com/provider: lm-container
5353
{{- end }}
5454

5555
{{- define "monitoring.annotations.ignore" }}
56-
{{ $alwaysIgnore := list "key in ('virtual-kubelet.io/last-applied-node-status', 'control-plane.alpha.kubernetes.io/leader')" "key =~ 'last-applied'"}}
56+
{{ $alwaysIgnore := list "key in ('virtual-kubelet.io/last-applied-node-status', 'control-plane.alpha.kubernetes.io/leader','autoscaling.alpha.kubernetes.io/current-metrics','autoscaling.alpha.kubernetes.io/conditions')" "key =~ 'last-applied'"}}
5757
{{ $resultList := ( concat $alwaysIgnore $.Values.monitoring.annotations.ignore | uniq ) }}
5858
{{- toYaml $resultList | nindent 0}}
5959
{{- end }}

0 commit comments

Comments
 (0)