Commit fd13d6e
Add support for extraContainers
This adds support for declaring additional containers as part of the pod
spec in the deployment. The driving use case here is to allow us to
deploy the
[aws_signing_helper](https://github.com/aws/rolesanywhere-credential-helper)
in "serve" mode as a sidecar, so we can use the AWS PCA Issuer with IAM
Roles Anywhere.
Signed-off-by: Adam Kafka <[email protected]>1 parent dc794bc commit fd13d6e
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
| |||
0 commit comments