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
Issue have happened by invoking backup verb. User selected a 'mysql' component that have the following statement:
requires:
- kubernetes
- helm
Then backup failed as the user have been prompted to install helm. This have led to frustration, as backup script doesn't contain any reference to helm. After user have installed a tool helm that he will never used, they were able to proceed with backup.
Expected bahavior: hub should not force tools that user doesn't need. There should be the way either: to setup alternative tools for verb via hub-component.yaml or bypass tools check via CLI argument
The text was updated successfully, but these errors were encountered:
Issue have happened by invoking
backup
verb. User selected a 'mysql' component that have the following statement:Then backup failed as the user have been prompted to install
helm
. This have led to frustration, asbackup
script doesn't contain any reference to helm. After user have installed a toolhelm
that he will never used, they were able to proceed with backup.Expected bahavior: hub should not force tools that user doesn't need. There should be the way either: to setup alternative tools for verb via
hub-component.yaml
or bypass tools check via CLI argumentThe text was updated successfully, but these errors were encountered: