kubeshop / kusk-gen

Kusk Gen generates Ingress-controller configurations from your OpenAPI definition
https://kubeshop.github.io/kusk-gen
MIT License
173 stars 12 forks source link

Modify/amend generated configuration #146

Closed olensmar closed 3 years ago

olensmar commented 3 years ago

Describe the enhancement you'd like to see I would like kusk to merge custom configurationproperties for my ingress controller from a file that I provide, i.e. something in the line of

kusk nginx-ingress -i openapi.yml -a myconfig.yml

where myconfig.yml contains authentication configuration not yet supported by kusk, this would be merged into the generated file.

dobegor commented 3 years ago

I think we'd be better with kustomize to do that?

olensmar commented 3 years ago

you're right - that should work - closing this for now!