eshepelyuk / cmak-operator

CMAK (prev. Kafka Manager) for Kubernetes
MIT License
59 stars 27 forks source link

passing array instead of string in ui.extraArgs #19

Closed leozleung closed 3 years ago

leozleung commented 3 years ago

how can I pass array like basicAuthentication.excluded=["/cmak/api/health"] in ui.extraArgs ? seems everyting will convert to string

eshepelyuk commented 3 years ago

I believe this question is not related to this project. It is all about CMAK and its configuration management.

eshepelyuk commented 3 years ago

I suppose you could try reading https://github.com/lightbend/config#set-array-values-outside-configuration-files

leozleung commented 3 years ago

thanks! I will close this issue