Merge pull request #365 from xr09/fix-label-selector

Fix NOTES.txt selector to use a valid label
This commit is contained in:
Kubernetes Prow Robot 2022-08-04 08:41:46 -07:00 committed by GitHub
commit f32538e0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
To check CSI NFS Driver pods status, please run:
kubectl --namespace={{ .Release.Namespace }} get pods --selector="release={{ .Release.Name }}" --watch
kubectl --namespace={{ .Release.Namespace }} get pods --selector="app.kubernetes.io/instance={{ .Release.Name }}" --watch