Commit 8406a21
authored
fix: add generation field to ClowdApp status in deploy templates (#1758)
Add the missing generation field to the ClowdApp status schema in
deploy.yml and deploy-mutate.yml. Without this, the API server
silently prunes the field during status updates, making the generation
tracking from PR #1742 ineffective.1 parent 67b488c commit 8406a21
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10120 | 10120 | | |
10121 | 10121 | | |
10122 | 10122 | | |
| 10123 | + | |
| 10124 | + | |
| 10125 | + | |
10123 | 10126 | | |
10124 | 10127 | | |
10125 | 10128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10120 | 10120 | | |
10121 | 10121 | | |
10122 | 10122 | | |
| 10123 | + | |
| 10124 | + | |
| 10125 | + | |
10123 | 10126 | | |
10124 | 10127 | | |
10125 | 10128 | | |
| |||
0 commit comments