Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
esteinerMW committed Dec 27, 2024
1 parent 28cad85 commit 05cec15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ If you do not have a license, please contact your MathWorks representative [here

## Quick Start
The Quick Start option is recommended for the following cases:
* You are deploying MATLAB Production Server R2024b or newer
* You don't require significant changes to the Helm chart
* You are not running MATLAB Production server on Kubernetes as part of a CI/CD workflow
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)
* You are deploying MATLAB Production Server R2024b or newer.
* You don't require significant changes to the Helm chart.
* For CI/CD workflows, we recommend that you retag and cache docker images in your private container registry.

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)

Expand Down
2 changes: 2 additions & 0 deletions values-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ matlabProductionServerSettings:
"userAttributeName": "email",
"groupAttributeName": "groups"
}
# Note: FQDNs configured in 'jwtIssuer' and 'jwksUri' above,
# must be reachable from within the Kubernetes cluster network.
# -------------------------------------------------------------
policyRules: |-
{
Expand Down

0 comments on commit 05cec15

Please sign in to comment.