File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -409,8 +409,8 @@ metadata:
409409 namespace : devtroncd
410410 annotations :
411411 " helm.sh/hook " : pre-install
412-
413- {{- if .Values.devtronEnterprise.finops.enabled}}
412+ {{- end }}
413+ {{- if $ .Values.devtronEnterprise.finops.enabled }}
414414---
415415apiVersion : v1
416416kind : Secret
@@ -427,9 +427,9 @@ data:
427427 JOB_INTERVAL_MINUTES : " 60"
428428 LOG_LEVEL : info
429429 MAX_INTERVALS_PER_RUN : " 6"
430- PG_ADDR : {{$.Values.global.dbConfig.PG_ADDR}}
431- PG_DATABASE : {{$.Values.global.dbConfig.PG_DATABASE}}
432- PG_USER : {{$.Values.global.dbConfig.PG_USER}}
430+ PG_ADDR : {{ $.Values.global.dbConfig.PG_ADDR }}
431+ PG_DATABASE : {{ $.Values.global.dbConfig.PG_DATABASE }}
432+ PG_USER : {{ $.Values.global.dbConfig.PG_USER }}
433433 PROMETHEUS_DELAY_MINUTES : " 5"
434434 TIMESCALE_ADDR : timescaledb-cluster-pg15-rw.devtroncd
435435 TIMESCALE_DATABASE : finops
@@ -442,6 +442,5 @@ kind: ConfigMap
442442metadata :
443443 name : cost-sync-cm
444444 namespace : devtroncd
445- {{- end}}
446445{{- end }}
447446{{- end }}
You can’t perform that action at this time.
0 commit comments