forked from GetSimpl/cloudlift
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for sidecars to render Cloudformation templates (GetSimpl#35
) * Add support for sidecars to render Cloudformation templates * Accept sidecar name as an argument for getting and setting configs in parameter store * Wire up container configurations in editing, deploying and cloud formation operations * Fix sidecar config injection failures * Add test for build_config * Fix tests on recursive fetching from parameter store * Retain old container name convention for backwards compatibility * Add sample env for redis sidecar * Ensure the container to deploy is present in containerDefinitions * Mark sidecars as non essential containers * Check if there are sample env files based on glob patterns * Remove sidecar env sample file * Allow service with empty configuration during deployment * Add integration test to access sidecar * Bump minor version * Skip tests that are failing in master
- Loading branch information
1 parent
76cc7ce
commit b07627d
Showing
18 changed files
with
675 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.