Skip to content

Commit

Permalink
Merge pull request canonical#14355 from canonical/WD-15341-add-mainte…
Browse files Browse the repository at this point in the history
…nance-window

add cred maintenance window
  • Loading branch information
usamabinnadeem-10 authored Sep 27, 2024
2 parents 056585c + 82aec4d commit a316acb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ CONFIDENTIALITY_AGREEMENT_WEBHOOK_PASSWORD="password"
# This is a test api key https://developers.google.com/recaptcha/docs/faq#id-like-to-run-automated-tests-with-recaptcha.-what-should-i-do
CAPTCHA_TESTING_API_KEY=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
CRED_MAINTENANCE=true
CRED_MAINTENANCE_START=2024-08-14T03:00:00Z
CRED_MAINTENANCE_END=2024-08-14T05:00:00Z
CRED_MAINTENANCE_START=2024-09-28T11:00:00Z
CRED_MAINTENANCE_END=2024-09-28T15:00:00Z
20 changes: 10 additions & 10 deletions konf/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ env:
value: true

- name: CRED_MAINTENANCE_START
value: 2024-09-11T01:00:00Z
value: 2024-09-28T11:00:00Z

- name: CRED_MAINTENANCE_END
value: 2024-09-12T08:00:00Z
value: 2024-09-28T15:00:00Z

- name: SEARCH_API_KEY
secretKeyRef:
Expand Down Expand Up @@ -303,10 +303,10 @@ production:
value: true

- name: CRED_MAINTENANCE_START
value: 2024-09-11T01:00:00Z
value: 2024-09-28T11:00:00Z

- name: CRED_MAINTENANCE_END
value: 2024-09-12T08:00:00Z
value: 2024-09-28T15:00:00Z

- paths: [/tutorials]
name: ubuntu-com-tutorials
Expand Down Expand Up @@ -544,10 +544,10 @@ staging:
value: true

- name: CRED_MAINTENANCE_START
value: 2024-09-11T01:00:00Z
value: 2024-09-28T11:00:00Z

- name: CRED_MAINTENANCE_END
value: 2024-09-12T08:00:00Z
value: 2024-09-28T15:00:00Z

- name: SEARCH_API_KEY
secretKeyRef:
Expand Down Expand Up @@ -836,10 +836,10 @@ staging:
value: true

- name: CRED_MAINTENANCE_START
value: 2024-09-11T01:00:00Z
value: 2024-09-28T11:00:00Z

- name: CRED_MAINTENANCE_END
value: 2024-09-12T08:00:00Z
value: 2024-09-28T15:00:00Z

- paths: [/tutorials]
name: ubuntu-com-tutorials
Expand Down Expand Up @@ -1054,10 +1054,10 @@ demo:
value: true

- name: CRED_MAINTENANCE_START
value: 2024-09-11T01:00:00Z
value: 2024-09-28T11:00:00Z

- name: CRED_MAINTENANCE_END
value: 2024-09-12T08:00:00Z
value: 2024-09-28T15:00:00Z

- name: SEARCH_API_KEY
secretKeyRef:
Expand Down

0 comments on commit a316acb

Please sign in to comment.