Use Unified Secret in Helm Installation
Consolidate all JFrog Helm secrets into a single unified secret by enabling the unifiedSecretInstallation flag.
Set the flag <product chart name>.unifiedSecretInstallation to true to install a unified secret that combines all secrets, including custom secrets. By default, the flag is false and the chart creates separate secrets.
If you set the flag to true, update secretName in custom volumes to {{ template "artifactory-ha.name" . }}-unified-secret and then run the installation.
The following example defines a custom volume in Artifactory with unified secrets enabled.
artifactory:
## Add custom volumes
customVolumes: |
- name: custom-secret
secret:
secretName: {{ template "artifactory.name" . }}-unified-secretNote
Name custom secrets clearly so they are easy to identify within the unified secret.
Updated 5 days ago
