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 1bea4b0 commit d9b9c40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kubemarine/core/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ def get_kme_dictionary() -> dict:
"Please, specify required 'sandbox_image' explicitly in procedure inventory."
},
'KME0014': {
"name": "Provided helm chart url {url} returns not a {type} content. Please check, that is returned in "
"{destination} file"
"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 d9b9c40

Please sign in to comment.