Skip to content

Commit

Permalink
fix: set missing s3 host and port
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Oct 3, 2023
1 parent 2f38c54 commit b65cd47
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ spec:
- "sqs.{{ .Values.region }}.amazonaws.com"
- "--s3-mp-port"
- "443"
- "{{ .Values.bombastic.bucket }}.s3.amazonaws.com"
- "443"
workingDir: "/guac"
env:
- name: NAMESPACE
Expand Down

0 comments on commit b65cd47

Please sign in to comment.