Skip to content

Commit

Permalink
Allow to use ingress controller default secret instead of dedicated o…
Browse files Browse the repository at this point in the history
…ne(s)
  • Loading branch information
jfv-opensource committed Dec 18, 2023
1 parent 8ff82a7 commit 0aff4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Key | Description | Default
`mariadb.auth.username` | Database user to create | `""`
`mariadb.auth.password` | Password for the user | `""`
`ingress.enabled` | Enable use of ingress controllers | `true`
`ingress.tls` | Create certificates if not exists | `true`
`ingress.tls` | Use dedicated certificates | `true`
`ingress.hosts` | OCS hosts to create application URLs | `""`
`ingress.annotations` | An array of ingress annotations | `{}`
`ingress.basicauth.enabled` | Wether to enable basic auth | `"false"`
Expand Down

0 comments on commit 0aff4c0

Please sign in to comment.