fix Operator CI

This commit is contained in:
andreaTP 2022-04-19 16:16:39 +01:00 committed by Bruno Oliveira da Silva
parent fe9347c9ec
commit 8b1869482d
2 changed files with 4 additions and 2 deletions

View file

@ -183,7 +183,9 @@ jobs:
run: | run: |
kubectl apply -f src/main/resources/example-postgres.yaml kubectl apply -f src/main/resources/example-postgres.yaml
./scripts/check-crds-installed.sh ./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 kubectl apply -f src/main/resources/example-realm.yaml
# Wait for the CRs to be ready # Wait for the CRs to be ready
./scripts/check-examples-installed.sh ./scripts/check-examples-installed.sh

View file

@ -24,7 +24,7 @@ spec:
publisher: Me publisher: Me
updateStrategy: updateStrategy:
registryPoll: registryPoll:
interval: 2m interval: 10m
EOF EOF
cat << EOF >> $SCRIPT_DIR/../olm/testing-resources/operatorgroup.yaml cat << EOF >> $SCRIPT_DIR/../olm/testing-resources/operatorgroup.yaml