Skip to content

Commit

Permalink
chore(helm): add FIELD_ENCRYPTION_KEY to helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
akiva10b committed Dec 13, 2024
1 parent 69e52b7 commit 5c413aa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ data:
SEFARIA_BOT_API_KEY = os.getenv("SEFARIA_BOT_API_KEY")
# Field Encryption
FIELD_ENCRYPTION_KEY_STR = os.getenv("FIELD_ENCRYPTION_KEY")
FIELD_ENCRYPTION_KEY = FIELD_ENCRYPTION_KEY_STR.encode('utf-8')
CLOUDFLARE_ZONE= os.getenv("CLOUDFLARE_ZONE")
CLOUDFLARE_EMAIL= os.getenv("CLOUDFLARE_EMAIL")
CLOUDFLARE_TOKEN= os.getenv("CLOUDFLARE_TOKEN")
Expand Down

0 comments on commit 5c413aa

Please sign in to comment.