Skip to content

Commit 05cec15

Browse files
committed
Updated comments
1 parent 28cad85 commit 05cec15

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ If you do not have a license, please contact your MathWorks representative [here
3535

3636
## Quick Start
3737
The Quick Start option is recommended for the following cases:
38-
* You are deploying MATLAB Production Server R2024b or newer
39-
* You don't require significant changes to the Helm chart
40-
* You are not running MATLAB Production server on Kubernetes as part of a CI/CD workflow
41-
For CI/CD workflows, we recommend that you cache docker images in your private container registry. For more complex workflows, use the [Deployment Steps](#Deployment-Steps)
38+
* You are deploying MATLAB Production Server R2024b or newer.
39+
* You don't require significant changes to the Helm chart.
40+
* For CI/CD workflows, we recommend that you retag and cache docker images in your private container registry.
4241

4342
The Quick Start option only requires you to download a single file, rather than cloning the full GitHub repository. For more complex workflows, use the [Deployment Steps](#Deployment-Steps)
4443

values-overrides.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ matlabProductionServerSettings:
7676
"userAttributeName": "email",
7777
"groupAttributeName": "groups"
7878
}
79+
# Note: FQDNs configured in 'jwtIssuer' and 'jwksUri' above,
80+
# must be reachable from within the Kubernetes cluster network.
7981
# -------------------------------------------------------------
8082
policyRules: |-
8183
{

0 commit comments

Comments
 (0)