You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(manifests): Move metacontroller to the top in kustmization.yaml (#10669)
This is a noop for most people as they use legacy sorting in kustomize.
If however, people use fifo sorting via sortOptions in the root
kustomization.yaml, the order of resources becomes important so that
the CompositeController CRDs are deployed before the CRs.
Signed-off-by: Alexander Block <ablock84@gmail.com>
0 commit comments