Skip to content

Commit 62dd0a3

Browse files
committed
fixed bin path on helm plugin
1 parent 238ee7b commit 62dd0a3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2828
Generate your values shcmea:

plugin.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ config:
99
runtimeConfig:
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

0 commit comments

Comments
 (0)