Skip to content

Commit

Permalink
Add ETL_CLOUD_ASSETS_ENABLED env var
Browse files Browse the repository at this point in the history
  • Loading branch information
nikovacevic committed Nov 10, 2020
1 parent 3935744 commit 4b088a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,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 4b088a5

Please sign in to comment.