Skip to content

Commit

Permalink
Merge pull request #3411 from tghartland/fix-chart-notes-label
Browse files Browse the repository at this point in the history
Fix label selector in chart post-install notes
  • Loading branch information
k8s-ci-robot authored Aug 6, 2020
2 parents 852ea80 + f33b3cf commit b13e8de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ name: cluster-autoscaler-chart
sources:
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
type: application
version: 1.0.0
version: 1.0.1
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler-chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

To verify that cluster-autoscaler has started, run:

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

{{- else -}}

Expand Down

0 comments on commit b13e8de

Please sign in to comment.