From c8292025a6b95f0616a9bcdf96b006dcccff10e7 Mon Sep 17 00:00:00 2001 From: JabJ Date: Tue, 21 Oct 2025 08:30:47 +0330 Subject: [PATCH] Update flow-snapshot-worker-stateful-set.yaml Fix missing configuration includes in flow-snapshot-worker-stateful-set.yaml --- peerdb/templates/flow-snapshot-worker-stateful-set.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/peerdb/templates/flow-snapshot-worker-stateful-set.yaml b/peerdb/templates/flow-snapshot-worker-stateful-set.yaml index 28b87bb..0a65c13 100644 --- a/peerdb/templates/flow-snapshot-worker-stateful-set.yaml +++ b/peerdb/templates/flow-snapshot-worker-stateful-set.yaml @@ -54,5 +54,8 @@ spec: {{- end }} {{- with .Values.flowSnapshotWorker.resources }} resources: {{ toYaml . | nindent 10 }} + {{- include "aws.config" . | nindent 8 }} + {{- include "catalog.pgConf" . | nindent 8 }} + {{- include "temporal.config" . | nindent 8 }} {{- end }} -{{- end -}} \ No newline at end of file +{{- end -}}