Skip to content

Commit ccf39db

Browse files
authored
fix enabled postgresql but deploy failed case
without the postgresPassword , job skywalking-skywalking-helm-oap-init will fail , cause postgresql generate a random password。
1 parent 1335f15 commit ccf39db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chart/skywalking/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ postgresql:
444444
# The hostname of your own postgresql service, this only takes effect when postgresql.enabled is false.
445445
host: postgresql-service.your-awesome-company.com
446446
auth:
447+
postgresPassword: "123456"
447448
username: postgres
448449
password: "123456"
449450
database: skywalking

0 commit comments

Comments
 (0)