cloudhut / charts

Helm chart for deploying Kowl (Business) in Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kowl buissness chart args don't match application

Uriende opened this issue · comments

I've beening implementing the helm chart for our organization and I noticed that the flag for the okta directory token differs between the chart and the application itself.
In the chart it's defined as

--login.okta.directory.api-token

while the app expects

-login.okta.api-token string

This causes the helm chart not to work when trying the buissness application.

I can create a PR to fix this. But I don't know which one has the wrong name the chart or the application.

Hey @Uriende ,
sorry for my super late response. I fixed that in the Kowl business version - the flag was indeed wrong as you pointed out.

If you try the docker tag master-7d7ed4b it should work properly now.

Can confirm that it's working now. Thanks @weeco