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
If I have an infrastructure.yml with the following contents:
workspaces:
- name: MyWorkspacefull-name: My Workspaceorganization: MyOrg
...
Then the second time I run seqera-kit, it gives me:
INFO:root: Running command: tw -o json workspaces list -o WEHI
INFO:root: Checking if workspaceName MyWorkspace exists in Seqera Platform...
ERROR:root: The workspaces resource already exists and will not be created. Please set 'overwrite: True' in your config file.```
I'm surprised it throws an error here, because I thought the purpose of seqera-kit was to skip existing resources? The reason why this matters is that it will terminate after this error and not create the other resources I'm trying to define.
The text was updated successfully, but these errors were encountered:
I think the problem is that I didn't have overwrite: True because I didn't want to overwrite. If the workspace already existed, I wanted it to just skip it and continue by populating it with pipelines etc.
If I have an
infrastructure.yml
with the following contents:Then the second time I run
seqera-kit
, it gives me:I'm surprised it throws an error here, because I thought the purpose of
seqera-kit
was to skip existing resources? The reason why this matters is that it will terminate after this error and not create the other resources I'm trying to define.The text was updated successfully, but these errors were encountered: