If everything is provisioned correctly in the infra steps, then these manifests should start to deploy automatically on the frontend using ArgoCD.
- Navigate to the URL configured for ArgoCD and login with below creds:
username: admin
password: output of $(kubectl -n argocd get secret argocd-initial-admin-secret -oyaml | yq '.data.password' | base64 -d)
Search for string "CHANGEME" in the subfolder and update the values as instructed.