This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-helm.git


The following commit(s) were added to refs/heads/master by this push:
     new 3effe7b  Add auth password for user `postgres` (#155)
3effe7b is described below

commit 3effe7bcbabeea60cb5ede3e04f5abae1ab9cf2f
Author: YuBing <y...@qq.com>
AuthorDate: Mon Jul 8 19:34:45 2024 +0800

    Add auth password for user `postgres` (#155)
---
 chart/skywalking/values.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chart/skywalking/values.yaml b/chart/skywalking/values.yaml
index cd039bd..154b35f 100644
--- a/chart/skywalking/values.yaml
+++ b/chart/skywalking/values.yaml
@@ -444,6 +444,7 @@ postgresql:
     # The hostname of your own postgresql service, this only takes effect when 
postgresql.enabled is false.
     host: postgresql-service.your-awesome-company.com
   auth:
+    postgresPassword: "123456"
     username: postgres
     password: "123456"
     database: skywalking

Reply via email to