We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba600e8 commit 0c7f47cCopy full SHA for 0c7f47c
applications/rubin-rag/README.md
@@ -42,3 +42,6 @@ RAG helpers for documentation searches
42
| weaviate.resources.requests.memory | string | `"150Mi"` | |
43
| weaviate.securityContext.allowPrivilegeEscalation | bool | `false` | |
44
| weaviate.securityContext.privileged | bool | `false` | |
45
+| weaviate.securityContext.runAsGroup | int | `1000` | |
46
+| weaviate.securityContext.runAsNonRoot | bool | `true` | |
47
+| weaviate.securityContext.runAsUser | int | `1000` | |
0 commit comments