Skip to content

Commit

Permalink
Fix requires doc in README
Browse files Browse the repository at this point in the history
  • Loading branch information
azlyth committed Jun 7, 2024
1 parent c7c526c commit 76c75f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ As a common example, if you sleep all of your staging/ephemeral deployments for
# (optional, defaults to all deployments) specify which deployments
# must be ready to wake this ingress
requires:
deployments:
- name: your-app-frontend
- deployment:
name: your-app-frontend
# (optional, defaults to UTC) the timezone to use for the input times above
timezone: 'America/New_York'
Expand Down

0 comments on commit 76c75f2

Please sign in to comment.