This repository was archived by the owner on Nov 23, 2025. It is now read-only.
Commit 1eb3945
committed
fix: Update yq command to only target Deployment resource
- Use select(.kind == "Deployment") to ensure yq only modifies the Deployment
- Prevents accidental modification of Service resource in multi-document YAML
- Fixes CI/CD failure caused by invalid Service fields1 parent e6d966e commit 1eb3945
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments