Skip to content

feat: enable mounting external EFS volumes in Copilot jobs & services#1971

Merged
mergify[bot] merged 5 commits intoaws:mainlinefrom
bvtujo:enable-efs
Feb 25, 2021
Merged

feat: enable mounting external EFS volumes in Copilot jobs & services#1971
mergify[bot] merged 5 commits intoaws:mainlinefrom
bvtujo:enable-efs

Conversation

@bvtujo
Copy link
Copy Markdown
Contributor

@bvtujo bvtujo commented Feb 24, 2021

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@bvtujo bvtujo requested a review from a team as a code owner February 24, 2021 00:44
@bvtujo bvtujo requested a review from Lou1415926 February 24, 2021 00:44
{{- end -}}
{{include "sidecars" . | indent 8}}
{{- if .Storage}}
{{- if .Storage -}}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

oh does adding "-}}" remove an extra new line for these if blocks?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yeah, that's right. It trims whitespace until the next directive. In these sections of template where there are multiple lines of interpolations one after another sometimes an extra newline can sneak in. The trailing -}} fixes that. I don't want to do it everywhere but it's helpful sometimes to clean up the rendered CF.

@efekarakus
Copy link
Copy Markdown
Contributor

I assume we'll update the docs in a separate PR?

@bvtujo
Copy link
Copy Markdown
Contributor Author

bvtujo commented Feb 24, 2021

Yeah, I'm working on that one right now.

Copy link
Copy Markdown
Contributor

@iamhopaul123 iamhopaul123 left a comment

Choose a reason for hiding this comment

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

🚢

@mergify mergify Bot merged commit 3dae321 into aws:mainline Feb 25, 2021
thrau pushed a commit to localstack/copilot-cli-local that referenced this pull request Dec 9, 2022
…aws#1971)

<!-- Provide summary of changes -->

<!-- Issue number, if available. E.g. "Fixes aws#31", "Addresses aws#42, 77" -->

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants