mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-18 17:55:44 +00:00
Fix flux migrate -f not considering kind comments
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
parent
f4a811fbd3
commit
7c5fb2297c
4 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue