We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dd829 commit 019510eCopy full SHA for 019510e
values-overrides.yaml
@@ -31,7 +31,7 @@ matlabProductionServerSettings:
31
# CTF files are placed here for automatic deployment.
32
autoDeploy:
33
# Enable RESTful API for management of CTF 'Deployable Archives'
34
- archivesApi:
+ archivesApi: # Since R2025a
35
enabled: false
36
storage: "4Gi"
37
# _OR_
@@ -57,7 +57,7 @@ matlabProductionServerSettings:
57
# CTF Access Control (OAuth2)
58
# https://www.mathworks.com/help/mps/server/access_control.html
59
# -------------------------------------------------------------
60
- accessControl:
+ accessControl: # Since R2025a
61
62
63
identityProvider: |-
0 commit comments