Update docker-cli-to-kubectl.md

This commit is contained in:
Anderson Gama
2020-12-01 13:56:50 -03:00
committed by GitHub
parent dba6763d09
commit f4e15f337f
@@ -37,16 +37,11 @@ kubectl:
# start the pod running nginx
kubectl create deployment --image=nginx nginx-app
```
```shell
# add env to nginx-app
kubectl set env deployment/nginx-app DOMAIN=cluster
```
```
deployment.apps/nginx-app created
```
```
```shell
# add env to nginx-app
kubectl set env deployment/nginx-app DOMAIN=cluster
```