1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 16:26:02 +02:00

kustomize: make minor improvements (#3409)

This commit is contained in:
Agniva De Sarker 2019-10-13 17:17:00 +05:30 committed by Starbeamrainbowlabs
parent d5a58cba9d
commit 0d048d2074

View file

@ -7,11 +7,11 @@
`kustomize create --resources {{deployment.yaml,service.yaml}} --namespace {{staging}}` `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 -` `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}}` `kustomize edit set image {{busybox=alpine:3.6}}`