Skip to content

Commit

Permalink
Merge pull request #2 from OCSInventory-NG/minor-improvments
Browse files Browse the repository at this point in the history
Minor improvments
  • Loading branch information
charleneauger authored Oct 31, 2023
2 parents f306e98 + 05a404a commit aa28a6a
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 5 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions values.yaml → charts/ocsinventory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ ingress:
nginx.ingress.kubernetes.io/app-root: /ocsreports/
# nginx.ingress.kubernetes.io/whitelist-source-range: ""
basicauth:
enabled: true
username: "test"
password: "test"
enabled: false
username: ""
password: ""
authRealm: "Authentication Required"
paths:
- "/ocsapi"
Expand Down

0 comments on commit aa28a6a

Please sign in to comment.