Skip to content

Commit

Permalink
Mount secret
Browse files Browse the repository at this point in the history
  • Loading branch information
biancaburtoiu committed Nov 1, 2024
1 parent 14e2c53 commit 3cb7b04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cost-analyzer/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,10 @@ Begin Kubecost 2.0 templates
{{- if and .Values.kubecostAggregator.extraVolumeMounts (eq (include "aggregator.deployMethod" .) "statefulset") }}
{{- toYaml .Values.kubecostAggregator.extraVolumeMounts | nindent 4 }}
{{- end }}
{{- if .Values.global.integrations.turbonomic.enabled }}
- name: turbonomic-credentials
mountPath: /var/configs/turbonomic
{{- end }}
env:
{{- if and (.Values.prometheus.server.global.external_labels.cluster_id) (not .Values.prometheus.server.clusterIDConfigmap) }}
- name: CLUSTER_ID
Expand Down

0 comments on commit 3cb7b04

Please sign in to comment.