From 0d048d2074f2aa71912ecbb92ac0dfc9c3c69d9b Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Sun, 13 Oct 2019 17:17:00 +0530 Subject: [PATCH] kustomize: make minor improvements (#3409) --- pages/common/kustomize.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/kustomize.md b/pages/common/kustomize.md index b1ca86bc7d..2818f49030 100644 --- a/pages/common/kustomize.md +++ b/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}}`