Skip to content

Commit d8b8c7f

Browse files
Delete unused environment variable STANDALONE_MODE
STANDALONE_MODE was an experimental setting in Weaviate 0.x, the environment variable is not used anymore in the current code base. Fixes #229.
1 parent df5b44b commit d8b8c7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

weaviate/templates/weaviateStatefulset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ spec:
106106
secretKeyRef:
107107
name: weaviate-cluster-api-basic-auth
108108
key: password
109-
- name: STANDALONE_MODE
110-
value: 'true'
111109
- name: PERSISTENCE_DATA_PATH
112110
value: '/var/lib/weaviate'
113111
- name: DEFAULT_VECTORIZER_MODULE

0 commit comments

Comments
 (0)