Fix migrate -f command to work with comments

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
Matheus Pimenta 2025-10-03 13:25:20 +01:00
parent 69718599ac
commit 83213ce83f
No known key found for this signature in database
GPG key ID: 4639F038AE28FBFF
4 changed files with 21 additions and 5 deletions

View file

@ -7,6 +7,13 @@ kind: ImageRepository
apiVersion: image.toolkit.fluxcd.io/v1
kind: ImagePolicy
---
spec:
wait: true
dependsOn:
- apiVersion: image.toolkit.fluxcd.io/v1 # update this from v1beta1
kind: ImageRepository
---