Skip to content

Commit

Permalink
Merge pull request #39 from danpopnyc/patch-9
Browse files Browse the repository at this point in the history
fixed a numbering typo
  • Loading branch information
vaikas committed Feb 6, 2022
2 parents a0d6725 + 7a63668 commit a18f074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ sure that the rekor entry is created for it.
kubectl -n ctlog-system get secrets ctlog-public-key -oyaml | sed 's/namespace: .*/namespace: default/' | kubectl apply -f -
```

3) Create the two test jobs (checktree and check-oidc) using this yaml (this may take a bit, since the two jobs are launched simultaneously)
2) Create the two test jobs (checktree and check-oidc) using this yaml (this may take a bit, since the two jobs are launched simultaneously)
```shell
curl -L https://github.com/vaikas/sigstore-scaffolding/releases/download/v0.1.14/testrelease.yaml | kubectl apply -f -
```

4) To view if jobs have completed
3) To view if jobs have completed
```shell
kubectl wait --timeout=5m --for=condition=Complete jobs checktree check-oidc
```
Expand Down

0 comments on commit a18f074

Please sign in to comment.