keycloak/operator/src/test/resources/application.properties
Steven Hawkins 83159fc162
fix: removing client crds from prod operator (#46286)
remote testing now requires a build option

closes: #45794

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2026-02-13 15:56:32 +00:00

17 lines
645 B
Properties

quarkus.test.hang-detection-timeout=30m
# we start operator manually during tests
quarkus.operator-sdk.start-operator=false
# we take responsibility for starting the apiserver
quarkus.kubernetes-client.devservices.enabled=false
quarkus.log.level=INFO
kc.operator.keycloak.pod-labels."test.label"=foobar
kc.operator.keycloak.pod-labels."testLabelWithExpression"=${OPERATOR_TEST_LABEL_EXPRESSION:default}
# allow the watching tests to complete more quickly
kc.operator.keycloak.poll-interval-seconds=10
# Update Pod timeout reduced to 1 min for testing
kc.operator.keycloak.update-pod-deadline-seconds=60
test.operator.client-controllers=true