Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion charts/camunda-platform-8.10/test/ci-test-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -699,9 +699,10 @@ integration:
repo-url: https://helm.elastic.co
values-file: test/integration/companion-values/elasticsearch.yaml
- name: hub-mixed
enabled: false
enabled: true
auth: keycloak
shortname: hubmu
tier: 2
exclude: []
flow: upgrade-minor
identity: keycloak
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ webModeler:
- sh
- -c
- |
echo "Waiting for PostgreSQL at {{ .Release.Name }}-postgresql-web-modeler:5432 ..."
until nc -z "{{ .Release.Name }}-postgresql-web-modeler" 5432; do
echo "Waiting for PostgreSQL at postgresql-cluster-rw:5432 ..."
until nc -z "postgresql-cluster-rw" 5432; do
sleep 2
done
echo "PostgreSQL is ready"
Expand Down
Loading