kinvolk / lokomotive

🪦 DISCONTINUED Further Lokomotive development has been discontinued. Lokomotive is a 100% open-source, easy to use and secure Kubernetes distribution from the volks at Kinvolk
https://kinvolk.io/lokomotive-kubernetes/
Apache License 2.0
320 stars 49 forks source link

Allow to configure dex/gangway let's encrypt cluster issuer #260

Closed rata closed 4 years ago

rata commented 4 years ago

Today, dex&gangway configuration mention a Let's Encrtypt Issuer in their configuration and they assume they have a specific name.

That works fine when the cert-manager is deployed via lokoctl, but can fail with custom cert-manager deployments, as the custom deployment may use a different name for the Let's Encrypt cluster Issuer.

invidian commented 4 years ago

Implemented in #482.