From 92108d4ae24d6df3432b38c21eafb38c46e8445b Mon Sep 17 00:00:00 2001 From: Ryan Cook Date: Fri, 5 Jan 2024 12:30:00 -0500 Subject: [PATCH] further testing Signed-off-by: Ryan Cook --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e32aabb0..1d41c7aff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,11 +70,12 @@ jobs: - name: Apply sample config run: | - kubectl apply -f hack/router-crd.yaml kubectl create ns test kubectl -n test create secret generic fulcio-secret-rh --from-file=private=./ci/certs/file_ca_key.pem --from-file=public=./ci/certs/file_ca_pub.pem --from-file=cert=./ci/certs/fulcio-root.pem --from-literal=password=secure kubectl -n test create secret generic rekor-private-key --from-file=private=./ci/certs/rekor_key.pem kubectl apply -f config/samples/rhtas_v1alpha1_securesign.yaml -n test + sleep 120 + kubectl get po -A - name: Check the deployment of fulcio run: kubectl wait --for=condition=available deployment/fulcio-server --timeout=60s -n test @@ -100,4 +101,4 @@ jobs: - name: dump all deployments run: kubectl get deployments -A - if: always() \ No newline at end of file + if: always()