|
@@ -1,7 +1,9 @@
|
|
{{- define "postgres.workload" -}}
|
|
{{- define "postgres.workload" -}}
|
|
{{/* Postgres Database */}}
|
|
{{/* Postgres Database */}}
|
|
workload:
|
|
workload:
|
|
-{{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds" "resources" .Values.resources) | nindent 2 }}
|
|
|
|
|
|
+{{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds"
|
|
|
|
+ "resources" .Values.resources
|
|
|
|
+ "ixChartContext" .Values.ixChartContext) | nindent 2 }}
|
|
|
|
|
|
{{/* Service */}}
|
|
{{/* Service */}}
|
|
service:
|
|
service:
|