1
0
mirror of synced 2026-03-01 19:26:55 +00:00

Fix flux migrate -f not considering kind comments

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
(cherry picked from commit 7c5fb2297c)
This commit is contained in:
Matheus Pimenta
2025-10-04 14:24:37 +01:00
committed by github-actions[bot]
parent 8d0001f5b6
commit b398208c7e
4 changed files with 5 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ spec:
wait: true
dependsOn:
- apiVersion: image.toolkit.fluxcd.io/v1 # update this from v1beta1
kind: ImageRepository
kind: ImageRepository # there can be comments here too
---

View File

@@ -12,7 +12,7 @@ spec:
wait: true
dependsOn:
- apiVersion: image.toolkit.fluxcd.io/v1beta1 # update this from v1beta1
kind: ImageRepository
kind: ImageRepository # there can be comments here too
---