Skip to content

Commit

Permalink
Improve chart READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbuda committed Sep 18, 2024
1 parent f860d69 commit 1ca023c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/memgraph-high-availability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Replace `<release-name>` with a name of your choice for the release and set the
## Changing the default chart values
To change the default chart values, run the command with the specified set of flags:
```
helm install <resource-name> memgraph/memgraph-high-availability --set <flag1>=<value1>,<flag2>=<value2>,...
helm install <release-name> memgraph/memgraph-high-availability --set <flag1>=<value1>,<flag2>=<value2>,...
```
Or you can modify a `values.yaml` file and override the desired values:
```
helm install <resource-name> memgraph/memgraph-high-availability-f values.yaml
helm install <release-name> memgraph/memgraph-high-availability -f values.yaml
```


Expand Down
4 changes: 2 additions & 2 deletions charts/memgraph-lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Replace `<release-name>` with a name of your choice for the release.
## Changing the default chart values
To change the default chart values, run the command with the specified set of flags:
```
helm install <resource-name> memgraph/memgraph-lab --set <flag1>=<value1>,<flag2>=<value2>,...
helm install <release-name> memgraph/memgraph-lab --set <flag1>=<value1>,<flag2>=<value2>,...
```
Or you can modify a `values.yaml` file and override the desired values:
```
helm install <resource-name> memgraph/memgraph-lab -f values.yaml
helm install <release-name> memgraph/memgraph-lab -f values.yaml
```

## Configuration Options
Expand Down
4 changes: 2 additions & 2 deletions charts/memgraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Replace `<release-name>` with a name of your choice for the release.
## Changing the default chart values
To change the default chart values, run the command with the specified set of flags:
```
helm install <resource-name> memgraph/memgraph --set <flag1>=<value1>,<flag2>=<value2>,...
helm install <release-name> memgraph/memgraph --set <flag1>=<value1>,<flag2>=<value2>,...
```
Or you can modify a `values.yaml` file and override the desired values:
```
helm install <resource-name> memgraph/memgraph -f values.yaml
helm install <release-name> memgraph/memgraph -f values.yaml
```

## Configuration Options
Expand Down

0 comments on commit 1ca023c

Please sign in to comment.