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 -}}