Skip to content

Commit f32538e

Browse files
authored
Merge pull request #365 from xr09/fix-label-selector
Fix NOTES.txt selector to use a valid label
2 parents c78a982 + a38b425 commit f32538e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
1 Byte
Binary file not shown.

charts/latest/csi-driver-nfs/templates/NOTES.txt

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

33
To check CSI NFS Driver pods status, please run:
44

5-
kubectl --namespace={{ .Release.Namespace }} get pods --selector="release={{ .Release.Name }}" --watch
5+
kubectl --namespace={{ .Release.Namespace }} get pods --selector="app.kubernetes.io/instance={{ .Release.Name }}" --watch

0 commit comments

Comments
 (0)