Error: Context already exists
Creating an integration or a Shared Configuration context for pipelines displays an error message that the Context <context-name> already exists
.
Possible cause
The name you provided for the integration or for the Shared Configuration context is already used by another integration/Shared Configuration context in your account.
Possible actions
- Get all contexts created for your account or contexts by type:
codefresh get contexts
OR
codefresh get context --type <context-type>
where:
<context-type>
is the type of context you want to retrieve, for example, secret
- Change the name to make it unique in the account.
See Get context command description for all options.