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 ☺️
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 ☺️