Skip to content

Commit

Permalink
add env vars to unicorn k8s container definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mercedesb committed Mar 3, 2023
1 parent 587d9ce commit 9527095
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/deploy/unicorn.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,26 @@ spec:
secretKeyRef:
name: <%= environment %>
key: datadog_csp_api_key
- name: HCAPTCHA_SITE_KEY
valueFrom:
secretKeyRef:
name: <%= environment %>
key: hcaptcha_site_key
- name: HCAPTCHA_SECRET
valueFrom:
secretKeyRef:
name: <%= environment %>
key: hcaptcha_secret
- name: PRIVACY_PASS_ISSUER_PUBLIC_KEY
valueFrom:
secretKeyRef:
name: <%= environment %>
key: privacy_pass_issuer_public_key
- name: PRIVACY_PASS_ISSUER_NAME
valueFrom:
secretKeyRef:
name: <%= environment %>
key: privacy_pass_issuer_name
<% if environment == 'staging' %>
- name: DISABLE_SIGNUP
value: "true"
Expand Down

0 comments on commit 9527095

Please sign in to comment.