소스 검색

kustomize: make minor improvements (#3409)

Agniva De Sarker 5 년 전
부모
커밋
0d048d2074
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/common/kustomize.md

+ 2 - 2
pages/common/kustomize.md

@@ -7,11 +7,11 @@
 
 `kustomize create --resources {{deployment.yaml,service.yaml}} --namespace {{staging}}`
 
-- Build kustomization file and deploy it with kubectl:
+- Build kustomization file and deploy it with `kubectl`:
 
 `kustomize build . | kubectl apply -f -`
 
-- Set image in the kustomization file:
+- Set an image in the kustomization file:
 
 `kustomize edit set image {{busybox=alpine:3.6}}`