2. Using the customPersistentVolumeClaim property:

ARTIFACTORY: How to apply a custom storage class via Artifactory Helm chart

AuthorFullName__c
Ashraf Kherbawy
articleNumber
000005452
ft:sourceType
Salesforce
FirstPublishedDate
2022-11-06T13:12:55Z
lastModifiedDate
2023-01-22T11:07:10Z
VersionNumber
2
The second method uses the artifactory.customPersistentVolumeClaim property, which allows you to specify multiple parameters alongside the storage class, for example, name, size, mountPath and accessModes.

Example:
artifactory:
  customPersistentVolumeClaim:
          name: my-claim
          mountPath: /var/opt/jfrog/artifactory/my-artifactory/
          accessModes: [ "ReadWriteOnce" ]
          size: 20Gi
          storageClassName: my-storage-class