Skip to content

Commit

Permalink
[Addon] pyroscope addon
Browse files Browse the repository at this point in the history
Signed-off-by: fourierr <[email protected]>
  • Loading branch information
fourierr committed Jun 6, 2022
2 parents b1ce521 + ef9a70a commit ed4b9fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e-test/hack/addon-vela-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,13 @@ declare -x DEFAULT_VELA_NS=vela-system

# test pyroscope addon
# enable pyroscope
kubectl create ns pyroscope-system
declare -x DEFAULT_VELA_NS=pyroscope-system
vela addon enable fluxcd
vela addon enable pyroscope
declare -x DEFAULT_VELA_NS=vela-system

# disable pyroscope
declare -x DEFAULT_VELA_NS=pyroscope-system
vela addon disable pyroscope
vela addon disable fluxcd
kubectl delete ns pyroscope-system
# set back to the DEFAULT_VELA_NS
declare -x DEFAULT_VELA_NS=vela-system
```
## Uninstall
Expand Down

0 comments on commit ed4b9fe

Please sign in to comment.