Set the flag, <product chart name>.unifiedSecretInstallation, to true if you want to install a unified secret that combines all the secrets including custom secrets. By default, the flag is set to false and secrets are not unified.
If you set the flag as true, update secretName in custom volumes with, {{ template "artifactory-ha.name" . }}-unified-secret, and then run the installation.
The following example shows how to define a custom volume in Artifactory when you want to use unified secrets.
artifactory:
## Add custom volumes
customVolumes: |
- name: custom-secret
secret:
secretName: {{ template "artifactory.name" . }}-unified-secretNote
As a best practice, we recommend that you name custom secrets with an easily identifiable name for the unified secret.