Migrate to readme-generator for helm maintained by bitnami (#431)
Co-authored-by: Krishnakumar Venkataraman <[email protected]> Co-authored-by: Marco Franssen <[email protected]>
This commit is contained in:
co-authored by
Krishnakumar Venkataraman
Marco Franssen
parent
dcc60a2896
commit
65d56957de
@@ -20,6 +20,11 @@ if ! command -v yq &> /dev/null; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! command -v npm &> /dev/null; then
|
||||
echo Please install npm
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! command -v python3 -c 'import ruamel.yaml' &> /dev/null; then
|
||||
echo Please install python3 with the ruamel.yaml module
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user