Artifactory default Postgresql pod:

ARTIFACTORY: How to log in to the database for postgresql pod for helm installation

AuthorFullName__c
Lawrence Fung
articleNumber
000005263
ft:sourceType
Salesforce
FirstPublishedDate
2022-05-04T09:22:43Z
lastModifiedDate
2022-05-04
VersionNumber
3
If you are not using an external database for an Artifactory helm installation, the default helm installation will create a postgresql pod with a generated database password. When running a kubectl get pods, you should see the postgresql pod that Artifactory uses.

User-added image

NOTE: For production instances, it is recommended to use an externalized database. More information about setting up the external database can be found in our helm install documentation.