Right now the chart has anything most of the Kubernetes apps will require as a configuration.
The point is that 1 - there is no way to include everything in the starter chart, and 2 - there is no need to bloatware it with all of that unneeded stuff.
But here comes the crucial part of the conversation - I have Kubernetes ingress resources inside the start, but mostly because they are related/managed by Kubernetes.
Now I want to add Traefik custom CRDs and I really doubt that the right way to do that is to embed this into the starter, it has nothing to do with Kubernetes main functionality.
So the question is, how to proceed? Should I create a new simple starter which holds only that part of the Kubernetes resources and include this as a subchart when I create my main chart based on the starter?
Or create two charts, the one from main one, and the second one from the Traefik then deploy both of them in the same namespace.
Sorry, but I’m confused, and the AI confuses my even more.
Thanks for the help.
Cluster information:
N/A