PVC naming convention:

ARTIFACTORY: How to apply your pre-made PVC's for each Artifactory pod in a Helm deployment

AuthorFullName__c
Ashraf Kherbawy
articleNumber
000005593
ft:sourceType
Salesforce
FirstPublishedDate
2023-03-01T17:10:24Z
lastModifiedDate
2023-03-01T17:10:24Z
VersionNumber
1
It’s important to understand how Artifactory’s chart behaves when creating your own PVC’s for your Artifactory pod. If you deploy the chart with the release name “artifactory”, it will deploy your PVC’s with the following names (The number at the end corresponds with the replica count of your pods):
artifactory-volume-artifactory-0 
artifactory-volume-artifactory-1 

If you deploy the chart with any other release name that isn’t “artifactory”, let’s say “mustard”, then it will deploy your PVC’s with the following names:
artifactory-volume-mustard-artifactory-0
artifactory-volume-mustard-artifactory-1

If you deploy artifactory-ha chart, the release name won’t matter, and it will always deploy with the same naming convention:
volume-mustard-artifactory-ha-primary-0