servicebinding / spec

Specification for binding services to k8s workloads
https://servicebinding.io
Apache License 2.0
92 stars 35 forks source link

Limit containers scoping to names #134

Closed baijum closed 3 years ago

baijum commented 3 years ago

Fixes #127

Referencing containers by index is fragile in the presence of admission webhooks that inject sidecar containers. Referencing by name would be much more stable.

Signed-off-by: Baiju Muthukadan baiju.m.mail@gmail.com

baijum commented 3 years ago

This change is in conflict with the summary from the call posted by @arthurdm here #127 (comment)

I will close this PR for now. Let's continue the discussion on the original issue (#127 ).