Skip to content

Commit

Permalink
doc(readme): minor change on default value
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesdubois committed Oct 31, 2023
1 parent f306e98 commit 0bb1377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you have any issues using any other version of Kubernetes / Helm charts, feel
## Get the Chart

```bash
git clone https://github.com/orgs/OCSInventory-NG/OCSInventory-Helm-Chart
git clone https://github.com/OCSInventory-NG/helm-charts
```

## Installing the Chart
Expand Down Expand Up @@ -112,7 +112,7 @@ Key | Description | Default
`ingress.enabled` | Enable use of ingress controllers | `true`
`ingress.hosts` | OCS hosts to create application URLs | `""`
`ingress.annotations` | An array of ingress annotations | `{}`
`ingress.basicauth.enabled` | Wether to enable basic auth | `"true"`
`ingress.basicauth.enabled` | Wether to enable basic auth | `"false"`
`ingress.basicauth.username` | Username for basic auth | `""`
`ingress.basicauth.password` | Password for basic auth | `""`
`ingress.basicauth.authRealm` | Basic auth directive | `Authentication Required`
Expand Down

0 comments on commit 0bb1377

Please sign in to comment.