From 9e8aa4e00672162e63be2be8d21c946059767dab Mon Sep 17 00:00:00 2001 From: Michael Burt Date: Fri, 6 Sep 2024 08:29:13 -0600 Subject: [PATCH] remove comment --- vm/internal/ds/helm3/helm3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/internal/ds/helm3/helm3.go b/vm/internal/ds/helm3/helm3.go index 6940e67..88c8385 100644 --- a/vm/internal/ds/helm3/helm3.go +++ b/vm/internal/ds/helm3/helm3.go @@ -92,7 +92,7 @@ type TemplateOptions struct { --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle --cert-file string identify HTTPS client using this SSL certificate file --key-file string identify HTTPS client using this SSL key file - --keyring string location of public keys used for verification (default "/Users/kanantheswaran/.gnupg/pubring.gpg") + --keyring string location of public keys used for verification (defaults to the public keyring unless your environment is otherwise configured.) --output-dir string writes the executed templates to files in output-dir instead of stdout --post-renderer postrenderer the path to an executable to be used for post rendering. If it exists in $PATH, the binary will be used, otherwise it will try to look for the executable at the given path (default exec) --release-name use release name in the output-dir path.