Browse Source

kubectl-*: move .yaml inside token syntax (#8856)

K.B.Dharun Krishna 2 years ago
parent
commit
d060e04960
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/common/kubectl-describe.md
  2. 1 1
      pages/common/kubectl-get.md

+ 1 - 1
pages/common/kubectl-describe.md

@@ -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}}`

+ 1 - 1
pages/common/kubectl-get.md

@@ -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}}`