Skip to content

Commit

Permalink
[stable/k8s-spot-termination-handler] fix NOTES.txt with new label st…
Browse files Browse the repository at this point in the history
…yle (helm#13613)

Signed-off-by: Max Williams <[email protected]>
  • Loading branch information
max-rocket-internet authored and k8s-ci-robot committed May 8, 2019
1 parent f495473 commit b1a37ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/k8s-spot-termination-handler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.13.0-1"
description: The K8s Spot Termination handler handles draining AWS Spot Instances in response to termination requests.
name: k8s-spot-termination-handler
version: 1.2.0
version: 1.2.1
keywords:
- spot
- termination
Expand Down
2 changes: 1 addition & 1 deletion stable/k8s-spot-termination-handler/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
To verify that k8s-spot-termination-handler has started, run:

kubectl --namespace={{ .Release.Namespace }} get pods -l "app={{ template "k8s-spot-termination-handler.name" . }},release={{ .Release.Name }}"
kubectl --namespace={{ .Release.Namespace }} get pods -l "app.kubernetes.io/name={{ include "k8s-spot-termination-handler.name" . }},app.kubernetes.io/instance={{ .Release.Name }}"

0 comments on commit b1a37ed

Please sign in to comment.