Skip to content

Commit

Permalink
Update errors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
koryaga authored Oct 31, 2024
1 parent d9b9c40 commit 4a47b7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubemarine/core/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ def get_kme_dictionary() -> dict:
"Please, specify required 'sandbox_image' explicitly in procedure inventory."
},
'KME0014': {
"name": "The provided Helm chart URL {url} does not return {type} content in the {destination} file. Please validate the URL. If this is a private repository, ensure the correct authentication is provided."
"name": "The provided Helm chart URL {url} does not return {type} content in the {destination} file. "
"Please validate the URL. If this is a private repository, ensure the correct authentication is provided."
}
}

Expand Down

0 comments on commit 4a47b7f

Please sign in to comment.