Skip to content

Commit ebced04

Browse files
fix: use same password on postgresql
1 parent 7fa77cb commit ebced04

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

charts/camunda-platform-8.3/test/integration/scenarios/chart-full-setup/values-integration-test-ingress.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
global:
2+
postgresql:
3+
auth:
4+
existingSecret: "integration-test-credentials"
25
secrets:
36
autoGenerated: false
47
ingress:
@@ -87,8 +90,8 @@ webModeler:
8790
# database used by Web Modeler
8891
postgresql:
8992
enabled: true
90-
auth:
91-
existingSecret: "integration-test-credentials"
93+
# auth:
94+
# existingSecret: "integration-test-credentials"
9295
# # Should be set to have a different name of Identity Keycloak PostgreSQL.
9396
# secretKeys:
9497
# adminPasswordKey: "webmodeler-postgresql-admin-password"

charts/camunda-platform-8.4/test/integration/scenarios/chart-full-setup/values-integration-test-ingress.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
global:
2+
postgresql:
3+
auth:
4+
existingSecret: "integration-test-credentials"
25
secrets:
36
autoGenerated: false
47
ingress:
@@ -93,8 +96,8 @@ webModeler:
9396
postgresql:
9497
enabled: true
9598
# TODO: Uncomment after Camunda chart 9.4.0 release.
96-
auth:
97-
existingSecret: "integration-test-credentials"
99+
# auth:
100+
# existingSecret: "integration-test-credentials"
98101
# # Should be set to have a different name of Identity Keycloak PostgreSQL.
99102
# secretKeys:
100103
# adminPasswordKey: "webmodeler-postgresql-admin-password"

0 commit comments

Comments
 (0)