Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Less strict sidecar container definition type (#82)
Getting error: `Error: Invalid value for input variable ... all list elements must have the same type.` when the list of container definitions doesnt have exactly the same keys in the map. An alternative is to declare the whole container definition type using `object({ ... })`, but its a bit tedious to maintain.
- Loading branch information