Skip to content

Commit

Permalink
Update carvel.yml to include contexts (#2103)
Browse files Browse the repository at this point in the history
Adding context to the example carvel file
  • Loading branch information
alexbarbato authored May 28, 2023
1 parent d383788 commit 8af2bea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/carvel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugin:
background: false
args:
- -c
- "export FORCE_COLOR=1;kapp inspect -a $NAME.app --namespace $NAMESPACE --color --tty |& less -R"
- "export FORCE_COLOR=1;kapp inspect -a $NAME.app --namespace $NAMESPACE --kubeconfig-context $CONTEXT --color --tty |& less -R"
kctrl-app-status:
shortCut: Shift-Q
confirm: false
Expand All @@ -21,7 +21,7 @@ plugin:
background: false
args:
- -c
- "export FORCE_COLOR=1;kctrl app status -a $NAME --namespace $NAMESPACE --color --tty |& less -R"
- "export FORCE_COLOR=1;kctrl app status -a $NAME --namespace $NAMESPACE --kubeconfig-context $CONTEXT --color --tty |& less -R"
kctrl-app-pause:
shortCut: Shift-T
confirm: false
Expand All @@ -32,7 +32,7 @@ plugin:
background: false
args:
- -c
- "export FORCE_COLOR=1;kctrl app pause -a $NAME --namespace $NAMESPACE --yes --color --tty |& less -R"
- "export FORCE_COLOR=1;kctrl app pause -a $NAME --namespace $NAMESPACE --kubeconfig-context $CONTEXT --yes --color --tty |& less -R"
kctrl-app-kick:
shortCut: Shift-Z
confirm: false
Expand All @@ -43,5 +43,5 @@ plugin:
background: false
args:
- -c
- "export FORCE_COLOR=1;kctrl app kick -a $NAME --namespace $NAMESPACE --yes --color --tty |& less -R"
- "export FORCE_COLOR=1;kctrl app kick -a $NAME --namespace $NAMESPACE --kubeconfig-context $CONTEXT --yes --color --tty |& less -R"

0 comments on commit 8af2bea

Please sign in to comment.