File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ docker build -t gcr.io/test-api-platform/pwa:0.1.0 -t gcr.io/test-api-platform/p
46
46
47
47
#### 2. Push your images to your Docker registry
48
48
49
- ```
49
+ ``` console
50
50
gcloud auth configure-docker
51
51
docker push gcr.io/test-api-platform/php
52
52
docker push gcr.io/test-api-platform/caddy
@@ -168,6 +168,9 @@ You can upgrade with the same command from the installation and pass all paramet
168
168
Infos about [ best practices for tagging images for kubernetes] ( https://kubernetes.io/docs/concepts/containers/images/ )
169
169
You have to use the * .image.pullPolicy=Always see the last 3 parameters.
170
170
171
+ ``` console
172
+ PHP_POD=$(kubectl --namespace=bar get pods -l app=php -o jsonpath="{.items[0].metadata.name}")
173
+ kubectl --namespace=bar exec -it $PHP_POD -- bin/console doctrine:schema:create
171
174
```
172
175
helm upgrade api-platform ./helm/api-platform --namespace=default \
173
176
--set "php.image.repository=gcr.io/test-api-platform/php" \
You can’t perform that action at this time.
0 commit comments