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
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.3/test/integration/scenarios/chart-full-setup/values-integration-test-ingress.yaml
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
global:
2
+
postgresql:
3
+
auth:
4
+
existingSecret: "integration-test-credentials"
2
5
secrets:
3
6
autoGenerated: false
4
7
ingress:
@@ -87,8 +90,8 @@ webModeler:
87
90
# database used by Web Modeler
88
91
postgresql:
89
92
enabled: true
90
-
auth:
91
-
existingSecret: "integration-test-credentials"
93
+
# auth:
94
+
# existingSecret: "integration-test-credentials"
92
95
# # Should be set to have a different name of Identity Keycloak PostgreSQL.
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.4/test/integration/scenarios/chart-full-setup/values-integration-test-ingress.yaml
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
global:
2
+
postgresql:
3
+
auth:
4
+
existingSecret: "integration-test-credentials"
2
5
secrets:
3
6
autoGenerated: false
4
7
ingress:
@@ -93,8 +96,8 @@ webModeler:
93
96
postgresql:
94
97
enabled: true
95
98
# TODO: Uncomment after Camunda chart 9.4.0 release.
96
-
auth:
97
-
existingSecret: "integration-test-credentials"
99
+
#auth:
100
+
# existingSecret: "integration-test-credentials"
98
101
# # Should be set to have a different name of Identity Keycloak PostgreSQL.
0 commit comments