We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4242744 + f1d616a commit 00ce38aCopy full SHA for 00ce38a
ci-scripts/collect-results.sh
@@ -24,6 +24,7 @@ RHDH_INSTALL_METHOD="${RHDH_INSTALL_METHOD:-helm}"
24
LOCUST_NAMESPACE="${LOCUST_NAMESPACE:-locust-operator}"
25
RHDH_METRIC="${RHDH_METRIC:-true}"
26
PSQL_EXPORT="${PSQL_EXPORT:-false}"
27
+ENABLE_ORCHESTRATOR="${ENABLE_ORCHESTRATOR:-false}"
28
29
cli="oc"
30
clin="$cli -n $RHDH_NAMESPACE"
ci-scripts/rhdh-setup/template/backstage/app-config.yaml
@@ -27,7 +27,7 @@ catalog:
timeout:
minutes: 1
initialDelay:
- seconds: 15
+ minutes: 1
31
techdocs:
32
builder: local
33
generator:
0 commit comments