Merge pull request #365 from xr09/fix-label-selector
Fix NOTES.txt selector to use a valid label
This commit is contained in:
commit
f32538e0de
Binary file not shown.
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user