fix: remove target field to support multiple patches in one file
This commit is contained in:
parent
b6ffb03c6c
commit
16e3b18dd1
|
|
@ -17,6 +17,3 @@ images:
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- path: patch-deployment.yaml
|
- path: patch-deployment.yaml
|
||||||
target:
|
|
||||||
kind: Deployment
|
|
||||||
name: backend-deployment
|
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,3 @@ images:
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- path: patch-deployment.yaml
|
- path: patch-deployment.yaml
|
||||||
target:
|
|
||||||
kind: Deployment
|
|
||||||
name: backend-deployment
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue