Skip to content

Commit 2cc8658

Browse files
authored
Merge pull request #104725 from zr-msft/ds-bikeshare-fix
[Dev Spaces] update helm install name for bikesharing
2 parents 738717d + b6ec0a2 commit 2cc8658

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/dev-spaces/how-to/ingress-https-nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ azds space select -n dev -y
123123
Deploy the sample application using `helm install`.
124124

125125
```console
126-
helm install bikesharing . --dependency-update --namespace dev --atomic
126+
helm install bikesharingsampleapp . --dependency-update --namespace dev --atomic
127127
```
128128

129129
The above example deploys the sample application to the *dev* namespace.

articles/dev-spaces/how-to/ingress-https-traefik.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ azds space select -n dev -y
122122
Deploy the sample application using `helm install`.
123123

124124
```console
125-
helm install bikesharing . --dependency-update --namespace dev --atomic
125+
helm install bikesharingsampleapp . --dependency-update --namespace dev --atomic
126126
```
127127

128128
The above example deploys the sample application to the *dev* namespace.

articles/dev-spaces/quickstart-team-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Use the `helm install` command to set up and install the sample application on y
8080

8181
```cmd
8282
cd charts/
83-
helm install bikesharing . --dependency-update --namespace dev --atomic
83+
helm install bikesharingsampleappsampleapp . --dependency-update --namespace dev --atomic
8484
```
8585

8686
The `helm install` command may take several minutes to complete. After the sample application is installed on your cluster and since you have Dev Spaces enabled on your cluster, use the `azds list-uris` command to display the URLs for the sample application in *dev* that is currently selected.

0 commit comments

Comments
 (0)