Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit d752b3e

Browse files
authored
Fix documentation on Helm values: 'swagger-ui' -> 'swaggerui' (#7)
1 parent af48733 commit d752b3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ The following table lists the configurable parameters of the swagger-ui chart an
5858
| `image.repository` | swagger-ui Image name | `swaggerapi/swagger-ui` |
5959
| `image.tag` | swagger-ui Image tag | `v3.24.3` |
6060
| `image.pullPolicy` | swagger-ui Image pull policy | `IfNotPresent` |
61-
| **swagger-ui** |
62-
| `swagger-ui.jsonPath` | location of the configuration json file file | `""` |
63-
| `swagger-ui.jsonUrl` | location of the configuration json file file | `http://petstore.swagger.io/v2/swagger.json` |
64-
| `swagger-ui.server.url` | Url of a custom server | `"http://www.google.be"` |
65-
| `swagger-ui.server.description` | descripton of a custom server | `"helm-online"` |
61+
| **Swagger-UI** |
62+
| `swaggerui.jsonPath` | location of the configuration json file file | `""` |
63+
| `swaggerui.jsonUrl` | location of the configuration json file file | `http://petstore.swagger.io/v2/swagger.json` |
64+
| `swaggerui.server.url` | Url of a custom server | `"http://www.google.be"` |
65+
| `swaggerui.server.description` | description of a custom server | `"helm-online"` |
6666
| **Deployment** |
6767
| `deployment.replicas` | Number of replicas | `1` |
6868
| `deployment.extraEnv` | Additional environment variable | `` |

0 commit comments

Comments
 (0)