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: |
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue