diff --git a/Chart.yaml b/Chart.yaml index 02dd109..49241e5 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 name: pgdog -version: v0.78 +version: v0.79 appVersion: "v0.1.58" diff --git a/templates/config.yaml b/templates/config.yaml index a2e7b2a..5d03591 100644 --- a/templates/config.yaml +++ b/templates/config.yaml @@ -593,6 +593,9 @@ data: {{- if hasKey .Values.rewrite "primaryKey" }} primary_key = {{ .Values.rewrite.primaryKey | quote }} {{- end }} + {{- if hasKey .Values.rewrite "nonDeterministicFunctions" }} + non_deterministic_functions = {{ .Values.rewrite.nonDeterministicFunctions | quote }} + {{- end }} {{- end }} {{- if .Values.multiTenant }}