Replies: 1 comment 10 replies
-
Flux reconciles its own custom resources without specifying the CRDs. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using our own CRDs for deploying our applications within k8s. As we evaluate using flux2 for CD we came with the issue to use kustomization on those custom resources. The Kustomize-doc states that the CRD has to be provided withing the configuration (https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/crds/).
From understanding this means that the CRD has to be pushed to each repo where a manifest based on that CRD is used. I searchd the documentation and issues but didn't find a possiblity to provide the CRDs globally to the kustomize-controller or any other flux-component.
Is there a way?
If not, how could this be solved without copying (and maintaining) the CRD in each multiple repos?
Beta Was this translation helpful? Give feedback.
All reactions