You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bupd The issue is due to the ParseProjectRepo utility function. Currently, it splits the input argument using '/' as the delimiter, causing oracle to be sent as the projectName and only mysql as the repoName instead of mysql/community-server. This can be fixed by splitting only at the first /, its a one line fix raising a PR for this
Investigate the potential cause of this.
Since deleting on the UI works fine.
❯ harbor project delete "oracle" --force FATA[0001] invalid project/repository format: oracle/mysql/community-server
The below is the correct request in the UI
The text was updated successfully, but these errors were encountered: