Fix spacing on custom columns template example (#7877)

This commit is contained in:
Joseph Ruane
2018-03-28 14:42:04 -04:00
committed by zacharysarah
parent e5dac76f5d
commit 7b6a9c9415
+2 -2
View File
@@ -182,8 +182,8 @@ $ kubectl get pods <pod-name> -o=custom-columns-file=template.txt
where the `template.txt` file contains:
```
NAME RSRC
metadata.name metadata.resourceVersion
NAME RSRC
metadata.name metadata.resourceVersion
```
The result of running either command is: