Skip to content

Commit

Permalink
op skywalking-deploy.sh (apache#4064)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbend authored and wu-sheng committed Dec 15, 2019
1 parent 0513dd8 commit 23311ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install/deploy/skywalking-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

set -e

CHART_PATH="./install/kubernetes/helm"
CURRENT_DIR="$(cd "$(dirname $0)"; pwd)"

CHART_PATH="$CURRENT_DIR/../kubernetes/helm"
DPELOY_NAMESPACE="istio-system"
NEED_CHECK_PREFIX="deployment/skywalking-skywalking-"
ALS_ENABLED=true
Expand Down

0 comments on commit 23311ca

Please sign in to comment.