Skip to content

Commit

Permalink
further testing
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cook <[email protected]>
  • Loading branch information
cooktheryan committed Jan 5, 2024
1 parent 3b6103c commit 92108d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -100,4 +101,4 @@ jobs:

- name: dump all deployments
run: kubectl get deployments -A
if: always()
if: always()

0 comments on commit 92108d4

Please sign in to comment.