File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ A helm plugin for generating schema and docs for chart values.
1919
2020## Getting Started
2121
22- Install the plugin:
22+ Install the plugin: < sub >(signed packages coming soon)</ sub >
2323
2424```
25- helm plugin install https://github.com/brahmlower/helm-values
25+ helm plugin install https://github.com/brahmlower/helm-values --verify=false
2626```
2727
2828Generate your values shcmea:
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ config:
99runtimeConfig :
1010 platformCommand :
1111 - os : darwin
12- command : ${HELM_PLUGIN_DIR}/helm-values
12+ command : ${HELM_PLUGIN_DIR}/bin/ helm-values
1313 - os : linux
14- command : ${HELM_PLUGIN_DIR}/helm-values
14+ command : ${HELM_PLUGIN_DIR}/bin/ helm-values
1515 - os : windows
16- command : ${HELM_PLUGIN_DIR}/helm-values.exe
16+ command : ${HELM_PLUGIN_DIR}/bin/ helm-values.exe
1717 platformHooks : # Configure plugin lifecycle hooks based on the platform
1818 install : # Install lifecycle commands
1919 - os : darwin
You can’t perform that action at this time.
0 commit comments