Files
chart/library/ix-dev/charts/minio/templates/_postgres.tpl
2024-03-19 14:50:20 +02:00

13 lines
647 B
Smarty

{{- define "postgres.workload" -}}
{{- $backupSecretName := "postgres-creds" -}}
{{- if eq (include "minio.is-migration" $) "true" }}
{{- $backupSecretName = "postgres-backup-creds" -}}
{{- end }}
workload:
{{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds"
"backupSecretName" $backupSecretName
"resources" .Values.resources
"imageSelector" "logPostgresImage"
"ixChartContext" .Values.ixChartContext) | nindent 2 }}
{{- end -}}