Skip to content

Commit

Permalink
small naming fix in readme
Browse files Browse the repository at this point in the history
running kubernetes v1.20.6 the naming is a little different
  • Loading branch information
JustinGuese authored and nabsul committed Jun 22, 2021
1 parent 1a7f530 commit 04dd5af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ Once the job completes, you should notice that the target docker secrets object
The job can also be manually triggered with the following command:

```shell script
kubectl create job --from=cronjob/ecr-renew-demo ecr-renew-demo-manual-1
kubectl create job --from=cronjob/cron-ecr-renew-demo cron-ecr-renew-demo-manual-1
```

You can view the status and logs of the job with the following commands:

```shell script
kubectl describe job ecr-renew-demo-manual-1
kubectl logs job/ecr-renew-demo-manual-1
kubectl describe job cron-ecr-renew-demo-manual-1
kubectl logs job/cron-ecr-renew-demo-manual-1
```

### Deploy the Test Image
Expand Down

0 comments on commit 04dd5af

Please sign in to comment.