Skip to content

Commit

Permalink
perf(app): new parameter in agkube
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Aug 10, 2020
1 parent 9363a68 commit beec61e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/alias/agoda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ __myzs_initial "$0"
__agoda_kube() {
confpath="${1:-$HOME/.kube/config}"
namespace="${2:-pricepush-ci1}"
workspace="${3:-$HOME/Desktop/docker}"

docker \
run \
--rm \
-it \
-e TILLER_NAMESPACE="$namespace" \
-v "$HOME/Desktop/docker:/root/workspace" \
-v "${workspace}:/root/workspace" \
-v "${confpath}:/root/.kube/config" \
-w /root/workspace \
"reg-hk.agodadev.io/aiab/kubectl-helm:hkci-helm3" \
Expand Down

0 comments on commit beec61e

Please sign in to comment.