Skip to content

Commit bcfda35

Browse files
authored
Update minikube.md (#2053)
1 parent c1b6386 commit bcfda35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment/minikube.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Finally, [install Helm](https://helm.sh/docs/intro/install/). We'll use it to de
1616

1717
## Building and Pushing Docker Images
1818

19-
On GNU/Linux and macOS, run the following command following command to point your terminals docker-cli to the Docker Engine inside minikube:
19+
On GNU/Linux and macOS, run the following command to point your terminal's docker-cli to the Docker Engine inside minikube:
2020

2121
```console
2222
eval $(minikube docker-env)
@@ -43,14 +43,14 @@ docker push localhost:5000/pwa
4343
Fetch Helm chart dependencies:
4444

4545
```console
46-
helm repo add postgresql https://charts.bitnami.com/bitnami/
46+
helm repo add bitnami https://charts.bitnami.com/bitnami/
4747
helm dependency build helm/api-platform
4848
```
4949

5050
Finally, deploy the project using the Helm chart:
5151

5252
```console
53-
helm install my-project helm/api-platform \
53+
helm upgrade --install my-project helm/api-platform \
5454
--set php.image.repository=localhost:5000/php \
5555
--set php.image.tag=latest \
5656
--set pwa.image.repository=localhost:5000/pwa \

0 commit comments

Comments
 (0)