Skip to content

Commit

Permalink
added helm filter
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <[email protected]>
  • Loading branch information
ivankatliarchuk committed Jan 9, 2024
1 parent 42b45eb commit bc2ba35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/aliase/helm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ alias hlist="h.l"
alias h.se="helm search repo --versions " # + chart name search for a chart e.g. eks-charts/aws-vpc-cni
alias h.searc="h.se" # + chart name search for a chart
alias h.test="helm template test . --output-dir result --values values.yaml" # create tes k8s manifest out of helm templates
alias h.filter="helm filter --list " # + a regular expression. Any releases that match the expression will be included in the result

# This will render the NOTES.txt file.
function h.notes {
Expand Down

0 comments on commit bc2ba35

Please sign in to comment.