We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6d22c commit 975b325Copy full SHA for 975b325
charts/cluster/templates/cluster.yaml
@@ -97,9 +97,14 @@ spec:
97
synchronous:
98
{{- toYaml . | nindent 6 }}
99
{{ end }}
100
- {{- with .Values.cluster.postgresql.parameters }}
+ {{- if or (eq .Values.type "documentdb") .Values.cluster.postgresql.parameters }}
101
parameters:
102
+ {{- if eq .Values.type "documentdb" }}
103
+ cron.database_name: {{ .Values.cluster.initdb.database | default "app" | quote }}
104
+ {{- end }}
105
+ {{- with .Values.cluster.postgresql.parameters }}
106
107
108
{{- end }}
109
110
{{- if not (and (empty .Values.cluster.roles) (empty .Values.cluster.services)) }}
0 commit comments