When there is no flavour supplied, the script should default to "default" mode.
If the flavour set to "default", it should print a message indicating that the default flavour is being used and should not ask for the *-flavour-config files.
Issue-ID: INT-170
Change-Id: I678c8b38e247d5ce65e3ed20caf8c42080b166c9
Signed-off-by: aravind.est <aravindhan.a@est.tech>
then
echo "No helm override flavour supplied, going to default"
FLAVOUR="default"
+ elif [ "$1" = "default" ]
+ then
+ echo "Using helm override flavour: $FLAVOUR"
else
echo "Using helm override flavour: $FLAVOUR"
if [ -f "../../helm-override/$FLAVOUR/onap-flavour-config.yaml" ]; then