Skip to content

Commit 0991777

Browse files
Merge pull request #101 from CodeForPhilly/add-linode-storage-env
Add Linode storage environment variables to deployment
2 parents f36b1f6 + f57b193 commit 0991777

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

choose-native-plants/release-values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ app:
44
env:
55
- name: NODE_OPTIONS
66
value: "--openssl-legacy-provider --max-old-space-size=768"
7+
envFrom:
8+
- secretRef:
9+
name: linode-storage
710

811
# Resource settings for the application
912
resources:

0 commit comments

Comments
 (0)