Skip to content

Commit

Permalink
Fix selector to use a valid label
Browse files Browse the repository at this point in the history
  • Loading branch information
xr09 committed Aug 3, 2022
1 parent c78a982 commit 03012d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/latest/csi-driver-nfs/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 03012d4

Please sign in to comment.