Skip to content

Commit

Permalink
image
Browse files Browse the repository at this point in the history
  • Loading branch information
innerpeacez committed Nov 29, 2019
1 parent 441d782 commit 7bfea73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/deploy/skywalking-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ sudo sysctl -w vm.drop_caches=3
TAG=`env | grep OAP_TAG | sed 's/OAP_TAG=//g'`
IMAGE=`env | grep OAP_REPOSITORY | sed 's/OAP_REPOSITORY=//g'`

docker images

helm -n $DPELOY_NAMESPACE install skywalking skywalking --set oap.istio.adapter.enabled=$MIXER_ENABLED \
--set oap.envoy.als.enabled=$ALS_ENABLED --set oap.replicas=1 --set oap.image.tag=$TAG,oap.image.repository=$IMAGE

Expand Down

0 comments on commit 7bfea73

Please sign in to comment.