diff --git a/.github/workflows/operator-ci.yml b/.github/workflows/operator-ci.yml index 5f995d5619..047521b2c0 100644 --- a/.github/workflows/operator-ci.yml +++ b/.github/workflows/operator-ci.yml @@ -183,7 +183,9 @@ jobs: run: | kubectl apply -f src/main/resources/example-postgres.yaml ./scripts/check-crds-installed.sh - kubectl apply -f src/main/resources/example-keycloak.yml + kubectl apply -f src/main/resources/example-db-secret.yaml + kubectl apply -f src/main/resources/example-tls-secret.yaml + kubectl apply -f src/main/resources/example-keycloak.yaml kubectl apply -f src/main/resources/example-realm.yaml # Wait for the CRs to be ready ./scripts/check-examples-installed.sh diff --git a/operator/scripts/create-olm-test-resources.sh b/operator/scripts/create-olm-test-resources.sh index ca52a136d1..482678ba4e 100755 --- a/operator/scripts/create-olm-test-resources.sh +++ b/operator/scripts/create-olm-test-resources.sh @@ -24,7 +24,7 @@ spec: publisher: Me updateStrategy: registryPoll: - interval: 2m + interval: 10m EOF cat << EOF >> $SCRIPT_DIR/../olm/testing-resources/operatorgroup.yaml