X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tools%2Fk8s%2Fbin%2Fdeploy-stack.sh;h=2cd4f1b675282b65974d21fede154688ab93205e;hb=4c6681e11ffe07273d9beefce3b28a9f5df7ff60;hp=fd350b6632bc50373ce1d981467c0ef30ea2cdb5;hpb=dc00cdf008775e2ac5dddb186d1eb81e80370b69;p=it%2Fdep.git diff --git a/tools/k8s/bin/deploy-stack.sh b/tools/k8s/bin/deploy-stack.sh index fd350b66..2cd4f1b6 100755 --- a/tools/k8s/bin/deploy-stack.sh +++ b/tools/k8s/bin/deploy-stack.sh @@ -78,10 +78,10 @@ fi if [ -z "$WORKSPACE" ]; then export WORKSPACE=`git rev-parse --show-toplevel` fi -HEAT_DIR="$WORKSPACE/ric-infra/00-Kubernetes/heat" -BIN_DIR="$WORKSPACE/ric-infra/00-Kubernetes/bin" -ETC_DIR="$WORKSPACE/ric-infra/00-Kubernetes/etc" -ENV_DIR="$WORKSPACE/ric-infra/00-Kubernetes/heat/env" +HEAT_DIR="$WORKSPACE/tools/k8s/heat" +BIN_DIR="$WORKSPACE/tools/k8s/bin" +ETC_DIR="$WORKSPACE/tools/k8s/etc" +ENV_DIR="$WORKSPACE/tools/k8s/heat/env" cd $BIN_DIR