diff --git a/charts/memgraph-high-availability/README.md b/charts/memgraph-high-availability/README.md index 6031386..78e8dd7 100644 --- a/charts/memgraph-high-availability/README.md +++ b/charts/memgraph-high-availability/README.md @@ -14,11 +14,11 @@ Replace `` 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 memgraph/memgraph-high-availability --set =,=,... +helm install memgraph/memgraph-high-availability --set =,=,... ``` Or you can modify a `values.yaml` file and override the desired values: ``` -helm install memgraph/memgraph-high-availability-f values.yaml +helm install memgraph/memgraph-high-availability -f values.yaml ``` diff --git a/charts/memgraph-lab/README.md b/charts/memgraph-lab/README.md index ad18727..ab16f93 100644 --- a/charts/memgraph-lab/README.md +++ b/charts/memgraph-lab/README.md @@ -11,11 +11,11 @@ Replace `` 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 memgraph/memgraph-lab --set =,=,... +helm install memgraph/memgraph-lab --set =,=,... ``` Or you can modify a `values.yaml` file and override the desired values: ``` -helm install memgraph/memgraph-lab -f values.yaml +helm install memgraph/memgraph-lab -f values.yaml ``` ## Configuration Options diff --git a/charts/memgraph/README.md b/charts/memgraph/README.md index bd3c689..f9c8712 100644 --- a/charts/memgraph/README.md +++ b/charts/memgraph/README.md @@ -11,11 +11,11 @@ Replace `` 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 memgraph/memgraph --set =,=,... +helm install memgraph/memgraph --set =,=,... ``` Or you can modify a `values.yaml` file and override the desired values: ``` -helm install memgraph/memgraph -f values.yaml +helm install memgraph/memgraph -f values.yaml ``` ## Configuration Options