From 42b45ebddccd826d446a208c5bfb76b8e1853ecf Mon Sep 17 00:00:00 2001 From: ivan katliarchuk Date: Mon, 8 Jan 2024 21:24:04 +0000 Subject: [PATCH] chore: added helm generate notes Signed-off-by: ivan katliarchuk --- shell/aliase/helm | 9 +++++++++ vendor/prezto | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/shell/aliase/helm b/shell/aliase/helm index b3f84c2..5455288 100644 --- a/shell/aliase/helm +++ b/shell/aliase/helm @@ -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} +} + diff --git a/vendor/prezto b/vendor/prezto index c0cdc12..1875ddb 160000 --- a/vendor/prezto +++ b/vendor/prezto @@ -1 +1 @@ -Subproject commit c0cdc12708803c4503cb1b3d7d42e5c1b8ba6e86 +Subproject commit 1875ddb52c9d105ca8f6df5053031cf53d79106e