Skip to content

Commit 28166d1

Browse files
committed
lint
1 parent b2f8c94 commit 28166d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deployment/kubernetes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package manager) chart to deploy in a wink on any of these platforms.
1818

1919
1. Build the PHP and Nginx Docker images:
2020

21-
```
21+
```console
2222
docker build -t gcr.io/test-api-platform/php -t gcr.io/test-api-platform/php:latest api --target api_platform_php
2323
docker build -t gcr.io/test-api-platform/nginx -t gcr.io/test-api-platform/nginx:latest api --target api_platform_nginx
2424
docker build -t gcr.io/test-api-platform/varnish -t gcr.io/test-api-platform/varnish:latest api --target api_platform_varnish
@@ -28,15 +28,15 @@ docker build -t gcr.io/test-api-platform/varnish -t gcr.io/test-api-platform/var
2828

2929
Docker client versions <= 18.03:
3030

31-
```
31+
```console
3232
gcloud docker -- push gcr.io/test-api-platform/php
3333
gcloud docker -- push gcr.io/test-api-platform/nginx
3434
gcloud docker -- push gcr.io/test-api-platform/varnish
3535
```
3636

3737
Docker client versions > 18.03:
3838

39-
```
39+
```console
4040
gcloud auth configure-docker
4141
docker push gcr.io/test-api-platform/php
4242
docker push gcr.io/test-api-platform/nginx
@@ -104,7 +104,7 @@ kubectl --namespace=bar exec -it $PHP_POD -- bin/console doctrine:schema:create
104104
105105
We noticed that some tiller RBAC trouble occurred, you generally can resolve it running:
106106
107-
```
107+
```console
108108
kubectl create serviceaccount --namespace kube-system tiller
109109
serviceaccount "tiller" created
110110

0 commit comments

Comments
 (0)