소스 검색

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

K.B.Dharun Krishna 2 년 전
부모
커밋
d060e04960
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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}}`