Skip to content

Commit

Permalink
docs: add missing docs udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Aug 29, 2024
1 parent a0f2af8 commit adde28d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: helm-docs-built
files: (README\.md\.gotmpl|(Chart|requirements|values)\.yaml)$
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.11.0
rev: v9.15.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down
4 changes: 4 additions & 0 deletions charts/lrsql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ SQL LRS/lrsql helm chart
| extraEnvVars[2].value | string | `"admin"` | |
| extraEnvVars[3].name | string | `"LRSQL_ADMIN_PASS_DEFAULT"` | |
| extraEnvVars[3].value | string | `"admin"` | |
| extraEnvVars[4].name | string | `"LRSQL_API_KEY_DEFAULT"` | |
| extraEnvVars[4].value | string | `"my_key"` | |
| extraEnvVars[5].name | string | `"LRSQL_API_SECRET_DEFAULT"` | |
| extraEnvVars[5].value | string | `"my_secret"` | |
| fullnameOverride | string | `""` | |
| image.debug | bool | `false` | |
| image.digest | string | `""` | |
Expand Down

0 comments on commit adde28d

Please sign in to comment.