Skip to content

Commit

Permalink
added helm filter and get values
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 bc2ba35 commit 83a14d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shell/aliase/helm
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ alias h.ru="helm repo update" # update information of available charts loc
alias h.l="helm repo list" # list chart repositories
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.search="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
alias h.filter="helm ls --all --filter " # + a regular expression. Any releases that match the expression will be included in the result
alias h.values="helm get values -o yaml " # + RELEASE_NAME [flags]. Get the values for helm chart

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

0 comments on commit 83a14d5

Please sign in to comment.