Skip to content

Commit f33b3cf

Browse files
committed
Fix label selector in chart post-install notes
1 parent 852ea80 commit f33b3cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/cluster-autoscaler-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ name: cluster-autoscaler-chart
1717
sources:
1818
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
1919
type: application
20-
version: 1.0.0
20+
version: 1.0.1

charts/cluster-autoscaler-chart/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
To verify that cluster-autoscaler has started, run:
44

5-
kubectl --namespace={{ .Release.Namespace }} get pods -l "app={{ template "cluster-autoscaler.name" . }},release={{ .Release.Name }}"
5+
kubectl --namespace={{ .Release.Namespace }} get pods -l "app.kubernetes.io/name={{ template "cluster-autoscaler.name" . }},app.kubernetes.io/instance={{ .Release.Name }}"
66

77
{{- else -}}
88

0 commit comments

Comments
 (0)