Skip to content

Commit 577260c

Browse files
authored
Update README.md
1 parent c505135 commit 577260c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,16 +409,16 @@ If you want to increase the performance of creating worker pods or customise the
409409
To build a custom Docker image, see [Create a MATLAB Parallel Server Container Image](images/worker/README.md).
410410
Push the image to a repository that is visible to your Kubernetes cluster.
411411

412-
Modify your `values.yaml` file to set the `workerImage` and `workerImageTag` parameters to the URI and tag of your image before installating the Helm chart.
412+
Modify your `values.yaml` file to set the `matlabImage` and `matlabImageTag` parameters to the URI and tag of your image before installing the Helm chart.
413413

414414
#### Mount MATLAB from a PersistentVolume
415415

416416
To mount MATLAB from a PersistentVolume, create a PersistentVolume and PersistentVolumeClaim with access mode `ReadOnlyMany` containing a MATLAB Parallel Server installation.
417417
For example, if your Kubernetes cluster runs on-premise, you could create a PersistentVolume from an NFS server containing the MATLAB Parallel Server installation.
418418
For details on creating the PersistentVolumeClaim, see the [Create Persistent Volumes](#create-persistent-volumes) section.
419419

420-
Modify your `values.yaml` file to set the `matlabPVC` parameter to the name of your PersistentVolumeClaim before installating the Helm chart.
421-
The worker pods will now use the image URI specified in the `matlabDepsImage` parameter instead of the `workerImage` parameter.
420+
Modify your `values.yaml` file to set the `matlabPVC` parameter to the name of your PersistentVolumeClaim before installing the Helm chart.
421+
The worker pods will now use the image URI specified in the `matlabDepsImage` parameter instead of the `matlabImage` parameter.
422422

423423
### Run Multiple MATLAB Parallel Server Versions
424424

@@ -581,4 +581,4 @@ To request assistance or additional features, contact [MathWorks Technical Suppo
581581
582582
---
583583
584-
Copyright 2024 The MathWorks, Inc.
584+
Copyright 2024-2025 The MathWorks, Inc.

0 commit comments

Comments
 (0)