diff options
Diffstat (limited to 'deployment/aks/create_onap.sh')
-rwxr-xr-x | deployment/aks/create_onap.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/deployment/aks/create_onap.sh b/deployment/aks/create_onap.sh index 4abddd64f..4f3a673bb 100755 --- a/deployment/aks/create_onap.sh +++ b/deployment/aks/create_onap.sh @@ -17,11 +17,10 @@ set -x BUILD_NAME=$1 KUBECONFIG=$2 -NFS_SERVER_IP=$3 -OOM_BRANCH=$4 -BUILD_DIR=$5 -CHART_VERSION=$6 -OOM_OVERRIDES=$7 +OOM_BRANCH=$3 +BUILD_DIR=$4 +CHART_VERSION=$5 +OOM_OVERRIDES=$6 pushd . |