Add 'extraContainers' parameter. #697

Merged
rossigee merged 12 commits from sidecar-containers into main 2024-10-18 13:44:38 +00:00
Showing only changes of commit 6f567d354c - Show all commits

View File

@@ -14,8 +14,8 @@ tests:
image: busybox
asserts:
- equal:
path: spec.template.spec.containers[0].name
path: spec.template.spec.containers[1].name
value: "sidecar-bob"
- equal:
path: spec.template.spec.containers[0].image
path: spec.template.spec.containers[1].image
value: "busybox"