Skip to content

Commit

Permalink
Remove duplicate 'RELEASE_NAME' env var
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenmj committed May 18, 2022
1 parent 14fe593 commit 9938870
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ spec:
value: {{ (quote .Values.kubecostMetrics.emitKsmV1Metrics) | default (quote true) }}
- name: EMIT_KSM_V1_METRICS_ONLY # ONLY emit KSM v1 metrics that do not exist in KSM 2 by default
value: {{ (quote .Values.kubecostMetrics.emitKsmV1MetricsOnly) | default (quote false) }}
- name: RELEASE_NAME
value: {{ .Release.Name }}
- name: MAX_QUERY_CONCURRENCY
value: {{ (quote .Values.kubecostModel.maxQueryConcurrency) | default (quote 5) }}
{{- if .Values.global.prometheus.queryServiceBasicAuthSecretName}}
Expand Down

0 comments on commit 9938870

Please sign in to comment.