add tensorchord type

This commit is contained in:
2024-09-28 02:05:34 -05:00
parent 8b2342d1c2
commit ab3ca49103
4 changed files with 18 additions and 3 deletions

View File

@@ -43,6 +43,14 @@ spec:
shared_preload_libraries:
- timescaledb
{{- end }}
{{- if eq .Values.type "tensorchord" }}
shared_preload_libraries:
- vectors.so
{{- end }}
{{- with .Values.cluster.postgresql.shared_preload_libraries }}
shared_preload_libraries:
{{- toYaml . | nindent 6 }}
{{ end }}
{{- with .Values.cluster.postgresql.parameters }}
parameters:
{{- toYaml . | nindent 6 }}