Skip to content

Commit

Permalink
Merge pull request #3809 from kubecost/utcoffset
Browse files Browse the repository at this point in the history
remove unused timezone offset values
  • Loading branch information
jessegoodier authored Jan 16, 2025
2 parents 9ca1bd4 + 360c580 commit 94eda58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -985,8 +985,6 @@ spec:
value: {{ (quote .Values.persistentVolume.enabled) | default (quote true) }}
- name: MAX_QUERY_CONCURRENCY
value: {{ (quote .Values.kubecostModel.maxQueryConcurrency) | default (quote 5) }}
- name: UTC_OFFSET
value: {{ (quote .Values.kubecostModel.utcOffset) | default (quote ) }}
{{- if .Values.networkCosts }}
{{- if .Values.networkCosts.enabled }}
- name: NETWORK_COSTS_PORT
Expand Down
1 change: 0 additions & 1 deletion cost-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,6 @@ kubecostModel:
# - name: ASSET_INCLUDE_LOCAL_DISK_COST
# value: "true"

utcOffset: "+00:00"
extraPorts: []

## etlUtils is a utility typically used by Enterprise customers transitioning
Expand Down

0 comments on commit 94eda58

Please sign in to comment.