Skip to content

Commit

Permalink
docs: Added link in config value table
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Sep 21, 2024
1 parent 83b369e commit 59ed7ce
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 @@ -74,7 +74,7 @@ helm install chroma chroma/chromadb --set chromadb.allowReset="true"
| `chromadb.dataVolumeStorageClass` | string | `standard` | The storage class |
| `chromadb.auth.enabled` | boolean | `true` | A flag to enable/disable authentication in Chroma |
| `chromadb.auth.type` | string | `token` | Type of auth. Currently "token" (apiVersion>=0.4.8) and "basic" (apiVersion>=0.4.7) are supported. |
| `chromadb.auth.existingSecret` | string | `""` | Name of an existing secret with the auth credentials. For token auth the secret should have `token` data and for basic auth the secret should have `username` and `password` data. |
| `chromadb.auth.existingSecret` | string | `""` | Name of an [existing secret](#using-customexisting-secret) with the auth credentials. For token auth the secret should have `token` data and for basic auth the secret should have `username` and `password` data. |
| `image.repository` | string | `ghcr.io/chroma-core/chroma` | The repository of the image. |

## Verifying installation
Expand Down

0 comments on commit 59ed7ce

Please sign in to comment.