Open biosopher opened 3 years ago
The workshop is setup with specific projects/namespaces configured with argocd.
In step 5 you need to select the value projectdemo
or project-01
... project-13
you can't use max-object-detector
TOOLKIT_PROJECT=projectdemo
In the scripts to setup the worshop you can see here how the projects are created https://github.com/cloud-native-toolkit/cloud-native-toolkit-workshop/blob/main/scripts/10-ocp-users.sh#L18
In this script argocd is configured to watch a folder in the gitops repo with the name projectdemo-qa
and project-01-qa
...
https://github.com/cloud-native-toolkit/cloud-native-toolkit-workshop/blob/main/scripts/23-toolkit-gitops-project.sh#L29
Describe the bug According to Step 13 of the AI Toolkit guide, the Gitops pipeline is supposed to "trigger Argo CD to deploy the app to QA". This is not happening. The app is functional in dev but (1) no qa project was created so (2) no app is deployed to QA by Argo.
Expected behavior The AI Toolkit instructions should include instruction to setup ArgoCD for this project. I recommend simply including instructions similar to those here: https://upslopeio.github.io/ibm-cloud-garage-training/argo/qa/
To Reproduce Follow the installation steps provided here: https://cloudnativetoolkit.dev/resources/workshop/ai/
Screenshots
IBM Cloud Select the services and tools affected