Skip to content

Commit fb6de42

Browse files
committed
Updated comments
1 parent 05cec15 commit fb6de42

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

values-overrides.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ global:
2828
secretName: ""
2929

3030
matlabProductionServerSettings:
31-
# CTF files are placed here for automatic deployment.
31+
# CTF files are placed in this volume for automatic deployment.
3232
autoDeploy:
3333
# Enable RESTful API for management of CTF 'Deployable Archives'
3434
archivesApi: # Since R2025a
3535
enabled: false
36-
createPVC: false # When dynamic volume provisioning is enabled.
36+
createPVC: false # Enable when archivesApi is enabled and dynamic
37+
# volume provisioning in enabled on K8s cluster.
3738
storageClassName: ""
3839
accessMode: ReadWriteOnce # ReadWriteMany when replicaCount > 1
3940
size: "4Gi"
@@ -76,8 +77,8 @@ matlabProductionServerSettings:
7677
"userAttributeName": "email",
7778
"groupAttributeName": "groups"
7879
}
79-
# Note: FQDNs configured in 'jwtIssuer' and 'jwksUri' above,
80-
# must be reachable from within the Kubernetes cluster network.
80+
# Note: FQDNs configured in 'jwtIssuer' and 'jwksUri' above
81+
# MUST be reachable from within the K8s cluster network.
8182
# -------------------------------------------------------------
8283
policyRules: |-
8384
{

0 commit comments

Comments
 (0)