From 49c65755384378d692f4a4a13c418ea41701c2b0 Mon Sep 17 00:00:00 2001 From: Peter Valdez Date: Tue, 4 Jun 2024 23:59:17 -0400 Subject: [PATCH] Document the requires feature --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6b5711d..fb102cc 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ As a common example, if you sleep all of your staging/ephemeral deployments for ingresses: - name: your-app-ingress + # (optional, defaults to all deployments) specify which deployments + # must be up to wake this ingress + requires: + deployments: + - name: your-app-frontend + # (optional, defaults to UTC) the timezone to use for the input times above timezone: 'America/New_York' ```