Helm Template PreviewThe objective of the extension is to boost process of creating Helm charts with the ability to quickly preview your Helm templates as you go. FeaturesHelm template previewYou start a preview with a command "Open Helm Template Preview". Or you can use a button in the editor menu to start a preview. The preview is rerendered when Helm template is saved or active editor is changed. Preview of your subchart templates should work as well. Preview uses RequirementsYou need to have Helm CLI installed and available in your PATH. Because preview runs 'helm template' command. Commands
SettingsCustom value file namesProperty You can define custom value file names instead of default The setting is a list of strings. An item can be absolute path or path relative to your chart folder. The items are applied to Before being applied items are checked on existence on the filesystem, items that do not exist are just ignored. If all of the items do not exist the command is called without any |