Skip to content

Commit b93687a

Browse files
Merge pull request #124 from CodeForPhilly/feature/add-node-options-memory-limit
Add support for custom environment variables in Helm chart to enable …
2 parents c47fe3c + 6fd47ea commit b93687a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm-chart/templates/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@ spec:
188188
name: linode-storage
189189
key: LINODE_ENDPOINT_URL
190190
optional: false
191+
{{- with $.Values.app.env }}
192+
{{- toYaml . | nindent 12 }}
193+
{{- end }}
191194
envFrom:
192195
- configMapRef:
193196
name: app-config

0 commit comments

Comments
 (0)