Skip to content

Commit 1c83ab7

Browse files
committed
Override PVC name
1 parent 2bbdfc6 commit 1c83ab7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

applications/rubin-rag/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"` | |

applications/rubin-rag/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ global:
6363
vaultSecretsPath: null
6464

6565
weaviate:
66+
fullnameOverride: weaviate-alt
6667
resources:
6768
requests:
6869
cpu: '300m'

0 commit comments

Comments
 (0)