redhat-cop / openshift-applier

Used to apply OpenShift objects to an OpenShift Cluster
Apache License 2.0
102 stars 62 forks source link

No errors reported while trying to create a project that already exist #122

Open makentenza opened 5 years ago

makentenza commented 5 years ago

While applying a project request for a Project Name that already exists but owned by another user, the role won't complain and will finish without errors.

Doing 'oc new-project NAME' with the same user will complain saying the Project Name already exists.