Skip to content

Commit 7fa77cb

Browse files
fix: use password from secret in 8.4 and 8.3
1 parent e643080 commit 7fa77cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ webModeler:
8787
# database used by Web Modeler
8888
postgresql:
8989
enabled: true
90-
# auth:
91-
# existingSecret: "integration-test-credentials"
90+
auth:
91+
existingSecret: "integration-test-credentials"
9292
# # Should be set to have a different name of Identity Keycloak PostgreSQL.
9393
# secretKeys:
9494
# adminPasswordKey: "webmodeler-postgresql-admin-password"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ webModeler:
9393
postgresql:
9494
enabled: true
9595
# TODO: Uncomment after Camunda chart 9.4.0 release.
96-
# auth:
97-
# existingSecret: "integration-test-credentials"
96+
auth:
97+
existingSecret: "integration-test-credentials"
9898
# # Should be set to have a different name of Identity Keycloak PostgreSQL.
9999
# secretKeys:
100100
# adminPasswordKey: "webmodeler-postgresql-admin-password"

0 commit comments

Comments
 (0)