Skip to content

Commit

Permalink
docs: fix fetcher examples
Browse files Browse the repository at this point in the history
  • Loading branch information
a-cordier committed Jul 5, 2024
1 parent 08e917e commit bfb696a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ spec:
type: 'http-fetcher'
configuration:
url: https://petstore.swagger.io/v2/swagger.json
fetchCron: '0 1 * * *'
autoFetch: true
fetchCron: '*/10 * * * * *'
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ spec:
type: 'http-fetcher'
configuration:
url: https://petstore.swagger.io/v2/swagger.json
fetchCron: '0 1 * * *'
autoFetch: true
fetchCron: '*/10 * * * * *'

0 comments on commit bfb696a

Please sign in to comment.