Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit c249d4a

Browse files
johnstallodaniv-msft
authored andcommitted
Commit and push helm update to fork
1 parent 99ade0c commit c249d4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

samples/BikeSharingApp/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ Follow the steps below to deploy this sample app to Azure Kubernete Service (AKS
6363
http://master.gateway.fedcab0987.eus.azds.io/ Available
6464
```
6565
66+
1. **Commit and push to your forked repo.** This will ensure that feature branches you create going forward will also have the configuration changes you made earlier.
67+
```bash
68+
git commit -am "update HostSuffix"
69+
git push origin master
70+
```
71+
6672
## Next Steps
6773
Now that you have the BikeSharing app deployed in AKS, try these walkthroughs try these walkthroughs to learn how Dev Spaces can enhance the Kubernetes development experience:
6874

0 commit comments

Comments
 (0)