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