kubectl-*: move .yaml inside token syntax (#8856)
This commit is contained in:
parent
98bd79e862
commit
d060e04960
|
|
@ -21,4 +21,4 @@
|
|||
|
||||
- Show details of Kubernetes objects defined in a YAML manifest:
|
||||
|
||||
`kubectl describe -f {{path/to/manifest}}.yaml`
|
||||
`kubectl describe -f {{path/to/manifest.yaml}}`
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@
|
|||
|
||||
- Get Kubernetes objects defined in a YAML manifest:
|
||||
|
||||
`kubectl get -f {{path/to/manifest}}.yaml`
|
||||
`kubectl get -f {{path/to/manifest.yaml}}`
|
||||
|
|
|
|||
Loading…
Reference in New Issue