Skip to content

Commit

Permalink
docs: fix typo in chart README (#320)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Pieper <[email protected]>
  • Loading branch information
janpieper authored Mar 4, 2024
1 parent 1549c1b commit 938d233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/node-red/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ The `k8s-sidecar` will then call the `node-red` api to reload the flows. This wi
of your admin user. The admin user needs to have the right to use the `node-red` API.

The `k8s-sidecar` can also call the `node-red` api to install additional node modules (npm packages) before refreshing or importing the flow.json.
You need to list your flows requiert 'NODE_MODULES' in the `sidecar.extraNodeModules`: e.g.
You need to list your flows required 'NODE_MODULES' in the `sidecar.extraNodeModules`: e.g.

```yaml
sidecar:
Expand Down
2 changes: 1 addition & 1 deletion charts/node-red/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The `k8s-sidecar` will then call the `node-red` api to reload the flows. This wi
of your admin user. The admin user needs to have the right to use the `node-red` API.

The `k8s-sidecar` can also call the `node-red` api to install additional node modules (npm packages) before refreshing or importing the flow.json.
You need to list your flows requiert 'NODE_MODULES' in the `sidecar.extraNodeModules`: e.g.
You need to list your flows required 'NODE_MODULES' in the `sidecar.extraNodeModules`: e.g.

```yaml
sidecar:
Expand Down

0 comments on commit 938d233

Please sign in to comment.