You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Postgresql password is being hard coded in values.yaml, it is not good practice to hardcode default credentials in Helm charts especially when the Postgresql chart contains a random-generate function to create passwords.
A clear and concise description of what the bug is.
this is not good practice to use a fixed password, especially when the rando-generate function is already in the chart Version of Helm and Kubernetes
Helm v3.5.2
Kubernetes 1.19.0
Which chart:
Dependency Track 4.2.0 / Chart 1.0.4
The text was updated successfully, but these errors were encountered:
Describe the bug
The Postgresql password is being hard coded in values.yaml, it is not good practice to hardcode default credentials in Helm charts especially when the Postgresql chart contains a random-generate function to create passwords.
A clear and concise description of what the bug is.
this is not good practice to use a fixed password, especially when the rando-generate function is already in the chart
Version of Helm and Kubernetes
Helm v3.5.2
Kubernetes 1.19.0
Which chart:
Dependency Track 4.2.0 / Chart 1.0.4
The text was updated successfully, but these errors were encountered: