Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
esteinerMW committed Jan 14, 2025
1 parent 05cec15 commit fb6de42
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions values-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ global:
secretName: ""

matlabProductionServerSettings:
# CTF files are placed here for automatic deployment.
# CTF files are placed in this volume for automatic deployment.
autoDeploy:
# Enable RESTful API for management of CTF 'Deployable Archives'
archivesApi: # Since R2025a
enabled: false
createPVC: false # When dynamic volume provisioning is enabled.
createPVC: false # Enable when archivesApi is enabled and dynamic
# volume provisioning in enabled on K8s cluster.
storageClassName: ""
accessMode: ReadWriteOnce # ReadWriteMany when replicaCount > 1
size: "4Gi"
Expand Down Expand Up @@ -76,8 +77,8 @@ matlabProductionServerSettings:
"userAttributeName": "email",
"groupAttributeName": "groups"
}
# Note: FQDNs configured in 'jwtIssuer' and 'jwksUri' above,
# must be reachable from within the Kubernetes cluster network.
# Note: FQDNs configured in 'jwtIssuer' and 'jwksUri' above
# MUST be reachable from within the K8s cluster network.
# -------------------------------------------------------------
policyRules: |-
{
Expand Down

0 comments on commit fb6de42

Please sign in to comment.