monkale-io / coredns-manager-operator

With the CoreDNS Manager Operator, you can handle internal DNS directly within your Kubernetes cluster, simplifying the process and reducing infrastructure needs.
Apache License 2.0
32 stars 1 forks source link

wrap operator with helm chart #8

Open monkale-io opened 5 months ago

monkale-io commented 5 months ago

Is your feature request related to a problem? Please describe. For air-gap environments, modifying YAML files is necessary, which is inconvenient.

Describe the solution you'd like Distribute the operator using a Helm chart, which would be more convenient for air-gap environments. Use Helmify within the Makefile to achieve this.

Describe alternatives you've considered Continue modifying manifests files manually for every change.

Additional context Helm chart support could more convenient in many scenarios