Skip to content

Commit c2fb1be

Browse files
committed
R2025a Prerelease: CTF Management API - updated pvc definition
1 parent 22a2c6d commit c2fb1be

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

releases/R2025a/matlab-prodserver/templates/mps-3-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ spec:
130130
name: matlab-production-server-config
131131
- name: auto-deploy
132132
{{- if .Values.matlabProductionServerSettings.autoDeploy.archivesApi.enabled }}
133-
{{- if ne .Values.matlabProductionServerSettings.autoDeploy.archivesApi.writableStorageClaimName "" }}
133+
{{- if ne .Values.matlabProductionServerSettings.autoDeploy.archivesApi.rwxClaimName "" }}
134134
persistentVolumeClaim:
135-
claimName: {{ .Values.matlabProductionServerSettings.autoDeploy.archivesApi.writableStorageClaimName }}
135+
claimName: {{ .Values.matlabProductionServerSettings.autoDeploy.archivesApi.rwxClaimName }}
136136
{{ else }}
137137
emptyDir: {}
138138
{{- end }}

releases/R2025a/matlab-prodserver/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ matlabProductionServerSettings:
2929
# Enable RESTful API for management of CTF 'Deployable Archives'
3030
archivesApi:
3131
enabled: false
32-
writableStorageClaimName: ""
32+
# Persistent-Volume-Claim name (ReadWriteMany accessMode)
33+
rwxClaimName: ""
3334
# _OR_
3435
# Inline mount options: hostpath, nfs, pvc, azurefileshare, empty (default)
3536
volumeType: "empty"

values-overrides.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ matlabProductionServerSettings:
3333
# Enable RESTful API for management of CTF 'Deployable Archives'
3434
archivesApi: # Since R2025a
3535
enabled: false
36-
writableStorageClaimName: ""
36+
# Persistent-Volume-Claim name (ReadWriteMany accessMode)
37+
rwxClaimName: ""
3738
# _OR_
3839
# Inline mount options: hostpath, nfs, pvc, azurefileshare, empty (default)
3940
volumeType: "empty"

0 commit comments

Comments
 (0)