mintel / dex-k8s-authenticator

A Kubernetes Dex Client Authenticator
MIT License
371 stars 146 forks source link

Fix idp ca field in the helm chart #87

Closed madushan1000 closed 5 years ago

madushan1000 commented 5 years ago

idp ca field in the helm chart is useless as is. If you specify it with a multiline ca pem file, the chart won't install complaining about configmap.yaml validation issue. This PR fixes it.

nabadger commented 5 years ago

Apologies - thanks for this.