fix Operator CI
This commit is contained in:
parent
fe9347c9ec
commit
8b1869482d
2 changed files with 4 additions and 2 deletions
4
.github/workflows/operator-ci.yml
vendored
4
.github/workflows/operator-ci.yml
vendored
|
@ -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
|
||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
|||
publisher: Me
|
||||
updateStrategy:
|
||||
registryPoll:
|
||||
interval: 2m
|
||||
interval: 10m
|
||||
EOF
|
||||
|
||||
cat << EOF >> $SCRIPT_DIR/../olm/testing-resources/operatorgroup.yaml
|
||||
|
|
Loading…
Reference in a new issue