rh-aiservices-bu / parasol-insurance

Source for the "Parasol Insurance" Lab
https://rh-aiservices-bu.github.io/parasol-insurance/
MIT License
47 stars 49 forks source link

✨add username to argo app name✨ #185

Closed ckavili closed 1 week ago

ckavili commented 1 week ago

Adding username into the Argo App name because the applications are being created in the same namespace (openshift-gitops) and when one user creates it, the others get errors "permission denied" but it is actually caused by using the same application name. username is unique enough to pass this error for now.

The alternative would be to have the ability to create applications on their user namespace and let Argo CD pick those up (app any namespace capability) but this is good enough for now ☺️

ckavili commented 1 week ago

closing this one to raise it towards the right branch :)