Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion peerdb/templates/flow-snapshot-worker-stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Comment on lines +58 to +59
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this is already present at line 50

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, there are two values. But the aws.config value is not there. This value should be included.
This value is for when I plan to use minio in my architecture.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make changes so that aws.config is with the rest of the env section and remove the duplicate values?

{{- end }}
{{- end -}}
{{- end -}}
Loading