OpenUnison / helm-charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There seems to be a problem with the new helm chart, I have to add `"kerberos.enabled=<false/true>"`

tantran2019 opened this issue · comments

I got an error when I run: <.Values.kerberos.enabled>: nil pointer evaluating interface {}.enabled
So I have to add "kerberos.enabled=<false/true>" in values.yaml and then It's Okay!

Thanks for letting us know. Can you provide the steps you used and the original error?

I had a successful setup before, then I deleted everything to reinstall from scratch.
I updated the helm repo to the latest and after running./ouct install-auth-portal it gave me an error: (image below) <.Values.kerberos.enabled>: nil pointer evaluating interface {}.enabled, so I fetched the repo and add "kerberos.enabled=<false/true>" in values.yaml and then It's Work!

ou

thanks @tantran2019 ! I think I see what happened. We just released a new version of ouctl that merges how the operator install handles values with the other two charts. That, combined with treating the and function like an operator and expecting helm to short circuit the logic led to not seeing the issue in our testing.

Thank you very much for your products, wishing you and your team getting more achievement

thanks again for reporting the issue