filecoin-project / helm-charts

7 stars 7 forks source link

add env value to daemon #104

Closed travisperson closed 3 years ago

travisperson commented 3 years ago

Additional environment variables can be provided to the daemon by setting the .daemon.env value to an array of key-value pairs.

eg:

daemon:
  env:
  - name: NAME
    value: value