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.