Skip to content

Commit

Permalink
chore: added helm generate notes
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <[email protected]>
  • Loading branch information
ivankatliarchuk committed Jan 8, 2024
1 parent 6ae785b commit 42b45eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions shell/aliase/helm
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ 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

# This will render the NOTES.txt file.
function h.notes {
local chart=$1
shift
local except_first=$@
helm install ${chart} --dry-run --generate-name ${except_first}
}

2 changes: 1 addition & 1 deletion vendor/prezto
Submodule prezto updated 47 files
+1 −1 modules/autosuggestions/external
+1 −1 modules/completion/external
+0 −7 modules/directory/README.md
+2 −5 modules/directory/init.zsh
+0 −11 modules/editor/README.md
+1 −2 modules/editor/init.zsh
+0 −7 modules/emacs/README.md
+4 −6 modules/emacs/init.zsh
+0 −7 modules/fasd/README.md
+1 −1 modules/fasd/external
+2 −4 modules/fasd/init.zsh
+2 −1 modules/gnu-utility/init.zsh
+0 −36 modules/history-substring-search/README.md
+1 −1 modules/history-substring-search/external
+0 −12 modules/history-substring-search/init.zsh
+0 −7 modules/history/README.md
+44 −20 modules/history/init.zsh
+0 −7 modules/homebrew/README.md
+15 −17 modules/homebrew/init.zsh
+0 −7 modules/macports/README.md
+7 −9 modules/macports/init.zsh
+0 −7 modules/node/README.md
+14 −16 modules/node/init.zsh
+1 −1 modules/osx/functions/manp
+0 −7 modules/perl/README.md
+33 −35 modules/perl/init.zsh
+1 −1 modules/prompt/external/async
+1 −1 modules/prompt/external/powerlevel10k
+1 −1 modules/prompt/external/pure
+11 −1 modules/prompt/init.zsh
+0 −7 modules/python/README.md
+19 −0 modules/python/functions/_pip
+34 −41 modules/python/init.zsh
+0 −7 modules/rails/README.md
+14 −16 modules/rails/init.zsh
+0 −7 modules/ruby/README.md
+18 −20 modules/ruby/init.zsh
+0 −7 modules/screen/README.md
+4 −6 modules/screen/init.zsh
+2 −2 modules/ssh/init.zsh
+1 −1 modules/syntax-highlighting/external
+0 −7 modules/tmux/README.md
+3 −5 modules/tmux/init.zsh
+1 −0 modules/utility/README.md
+6 −7 modules/utility/init.zsh
+1 −4 runcoms/zlogin
+0 −15 runcoms/zpreztorc

0 comments on commit 42b45eb

Please sign in to comment.