mittwald / kubernetes-secret-generator

Kubernetes controller for automatically generating and updating secrets
Apache License 2.0
329 stars 55 forks source link

Adds possibility to disable CRDs on the binary #70

Closed ptcar2009 closed 2 years ago

ptcar2009 commented 2 years ago

When not using CRDs, the binary currently crashes. This PR adds a flag to disable CRD support and make it possible to install the helm chart with the previous injection method.

Fixes #71