cd 2-how-krm-works/
export PROJECT_ID=<your-project-id>
export GITHUB_USERNAME=<your-github-username>
This Github repo should have been created in your account during setup. This repo will contain the Kubernetes manifests (KRM) for the CymbalBank application.
git clone "https://github.com/${GITHUB_USERNAME}/cymbalbank-app-config"
Note - Following parts of this tutorial assume that your default branch name is main instead of master. You can configure it on your local machine running git config --global init.defaultBranch main
Expected output:
Cloning into 'cymbalbank-app-config'...
warning: You appear to have cloned an empty repository.