_postgres.tpl 311 B

123456
  1. {{- define "postgres.workload" -}}
  2. workload:
  3. {{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds"
  4. "resources" .Values.resources
  5. "ixChartContext" .Values.ixChartContext) | nindent 2 }}
  6. {{- end -}}