Skip to content

Commit

Permalink
📝 (hammond): Add JWT_SECRET to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 7, 2023
1 parent 8137244 commit 90e0811
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions charts/hammond/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ annotations:
description: Change image from akhilrex/hammond to ghcr.io/alfhou/hammond
- kind: added
description: Add dynamic port env
- kind: added
description: Add JWT_SECRET env to docs
artifacthub.io/links: |-
- name: App Source
url: https://github.com/AlfHou/hammond
Expand Down
1 change: 1 addition & 0 deletions charts/hammond/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ N/A
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env | object | See [values.yaml](./values.yaml) | environment variables. [[ref]](https://github.com/AlfHou/hammond#environment-variables) |
| env.JWT_SECRET | string | `nil` | The secret used to sign the JWT token. There is a default value, but it is important that you change it to something else. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/alfhou/hammond"` | image repository |
| image.tag | string | `"v0.0.21"` | image tag |
Expand Down
6 changes: 4 additions & 2 deletions charts/hammond/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ image:

# -- environment variables. [[ref]](https://github.com/AlfHou/hammond#environment-variables)
# @default -- See [values.yaml](./values.yaml)
env: {}
# JWT_SECRET: 20
env:
# -- (string) The secret used to sign the JWT token.
# There is a default value, but it is important that you change it to something else.
JWT_SECRET:

# -- Configures service settings for the chart.
# @default -- See [values.yaml](./values.yaml)
Expand Down

0 comments on commit 90e0811

Please sign in to comment.