File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ RAG helpers for documentation searches
3232| weaviate.env.AUTHORIZATION_ADMINLIST_ENABLED | string | ` "true" ` | |
3333| weaviate.env.AUTHORIZATION_ADMINLIST_USERS | string | ` "admin" ` | |
3434| weaviate.envSecrets.AUTHENTICATION_APIKEY_ALLOWED_KEYS | string | ` "rubin-rag" ` | |
35+ | weaviate.fullnameOverride | string | ` "weaviate-alt" ` | |
3536| weaviate.modules.generative-openai.enabled | bool | ` true ` | |
3637| weaviate.modules.text2vec-openai.enabled | bool | ` true ` | |
3738| weaviate.resources.limits.cpu | string | ` "500m" ` | |
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ global:
6363 vaultSecretsPath : null
6464
6565weaviate :
66+ fullnameOverride : weaviate-alt
6667 resources :
6768 requests :
6869 cpu : ' 300m'
You can’t perform that action at this time.
0 commit comments