feat: Add suport for Image Volume

This commit is contained in:
ThisIsQasim
2025-06-02 14:54:54 +05:00
parent b7340bd369
commit 32e82514a8
2 changed files with 82 additions and 0 deletions

View File

@@ -10,9 +10,13 @@ images:
create: true
- path: spec/initContainers[]/image
create: true
- path: spec/volumes[]/image/reference
create: true
- path: spec/template/spec/containers[]/image
create: true
- path: spec/template/spec/initContainers[]/image
create: true
- path: spec/template/spec/volumes[]/image/reference
create: true
`
)