When Flux publishes an artifact to OCI, it's just a copy of a folder structure. Thus, kustomization.yaml cannot reference files that reside outside of deploy/kustomize.
To workaround that, unfortunately, we need to maintain an additional copy of CRDs and the ClusterRole.
When Flux publishes an artifact to OCI, it's just a copy of a folder structure. Thus,
kustomization.yaml
cannot reference files that reside outside ofdeploy/kustomize
. To workaround that, unfortunately, we need to maintain an additional copy of CRDs and theClusterRole
.Fixes: #1561