Skip to content

Commit

Permalink
feat: require all operational secrets in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Jul 16, 2024
1 parent 34f1947 commit 165ae35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/openshift/frontend-tls.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,13 @@ parameters:
required: false
- name: TDAD_CONTACT_EMAIL
description: The contact email for 10 dollar a day daycare centers
required: false
required: true
- name: CCOF_URL
description: The URL for the CCOF portal that belongs to the same application environment.
required: false
required: true
- name: IRREGULAR_EXPENSE_FORM_URL
description: The URL to download the Irregular Expense application form.
required: false
required: true
- name: CA_CERT
description: The CA Certificate
required: true
Expand Down

0 comments on commit 165ae35

Please sign in to comment.