Skip to content

Commit

Permalink
Delete user roles on purge (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed May 22, 2018
1 parent ee14343 commit b764b11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/deploy/voyager.sh
Expand Up @@ -287,6 +287,8 @@ if [ "$VOYAGER_UNINSTALL" -eq 1 ]; then
# delete crd
kubectl delete crd ${crd}.voyager.appscode.com || true
done
# delete user roles
kubectl delete clusterroles appscode:voyager:edit appscode:voyager:view
fi

echo
Expand Down

0 comments on commit b764b11

Please sign in to comment.