[stable/k8s-spot-termination-handler] fix NOTES.txt with new label style (#13613)

Signed-off-by: Max Williams <max.williams@deliveryhero.com>
This commit is contained in:
Max Williams
2019-05-08 15:42:48 -07:00
committed by Kubernetes Prow Robot
parent f4954734e0
commit b1a37edf4f
2 changed files with 2 additions and 2 deletions
@@ -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
@@ -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 }}"