Skip to content

Commit

Permalink
Update flux.yml with shortcuts for helm repo and oci repos (derailed#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange authored Aug 5, 2023
1 parent 4aeb10d commit c7e99e4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions plugins/flux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,28 @@ plugin:
args:
- -c
- "flux --context $CONTEXT reconcile helmrelease -n $NAMESPACE $NAME |& less"
reconcile-helm-repo:
shortCut: Shift-Z
description: Flux reconcile
scopes:
- helmrepositories
command: bash
background: false
confirm: false
args:
- -c
- "flux reconcile source helm --context $CONTEXT -n $NAMESPACE $NAME |& less"
reconcile-oci-repo:
shortCut: Shift-Z
description: Flux reconcile
scopes:
- ocirepositories
command: bash
background: false
confirm: false
args:
- -c
- "flux reconcile source oci --context $CONTEXT -n $NAMESPACE $NAME |& less"
reconcile-ks:
shortCut: Shift-R
confirm: false
Expand Down

0 comments on commit c7e99e4

Please sign in to comment.