This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
[cetic/swaggerui] Support for OpenAPI specification in YAML format #18
Labels
enhancement
New feature or request
I see in the Configuration documentation that you have support for
swaggerui.jsonUrl
. Which seems to only support OpenAPI Specification in JSON format based on what I'm seeing athelm-swagger-ui/templates/deployment.yaml
Lines 37 to 41 in e46ca44
I know that the
swaggerapi/swagger-ui
Docker container can accept a YAML OpenAPI Specification file as identified by theURL
environment variable. Example:Can you support YAML files, too? Or at least provide a way to disable setting
args:
so that I can pass in theURL
environment variable via.Values.deployment.extraEnv
?You may want to consider only using the
URL
environment variable. The technique currently used mutates the container. Most folks want immutable containers. Just a thought.Thank you!
By the way, nice work!
The text was updated successfully, but these errors were encountered: