fix: remove target field to support multiple patches in one file

This commit is contained in:
adelyaou 2025-11-07 15:23:32 +07:00
parent b6ffb03c6c
commit 16e3b18dd1
2 changed files with 2 additions and 8 deletions

View File

@ -16,7 +16,4 @@ images:
newTag: latest
patches:
- path: patch-deployment.yaml
target:
kind: Deployment
name: backend-deployment
- path: patch-deployment.yaml

View File

@ -16,7 +16,4 @@ images:
newTag: prod-latest
patches:
- path: patch-deployment.yaml
target:
kind: Deployment
name: backend-deployment
- path: patch-deployment.yaml