Skip to content

Commit

Permalink
Merge pull request kubecost#671 from kubecost/niko/oocassets
Browse files Browse the repository at this point in the history
Add ETL_CLOUD_ASSETS_ENABLED env var
  • Loading branch information
nikovacevic authored Nov 10, 2020
2 parents 23b8572 + 4b088a5 commit 1544a6e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ spec:
value: {{ (quote .Values.kubecostModel.etl) | default (quote true) }}
- name: ETL_TO_DISK_ENABLED
value: {{ (quote .Values.kubecostModel.etlToDisk) | default (quote true) }}
- name : ETL_CLOUD_ASSETS_ENABLED
value: {{ (quote .Values.kubecostModel.etlCloudAssets) | default (quote true) }}
{{- if .Values.persistentVolume.dbPVEnabled }}
- name: ETL_PATH_PREFIX
value: "/var/db"
Expand Down

0 comments on commit 1544a6e

Please sign in to comment.