Skip to content

Commit 8f1be71

Browse files
authored
helm fixes (#320)
* helm fixes * resolved comments
1 parent 992678e commit 8f1be71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deploy/helm/templates/workshop/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ data:
2222
SERVER_PORT: {{ .Values.workshop.port | quote }}
2323
API_GATEWAY_URL: {{ if .Values.apiGatewayServiceInstall }}"https://{{ .Values.apiGatewayService.service.name }}"{{ else }}{{ .Values.apiGatewayServiceUrl }}{{ end }}
2424
TLS_ENABLED: {{ .Values.tlsEnabled | quote }}
25-
FILES_LIMIT: {{ .Values.workshop.config.filesLimit }}
25+
FILES_LIMIT: {{ .Values.workshop.config.filesLimit | quote }}

deploy/helm/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ chromadb:
344344
name: chromadb-config
345345
labels:
346346
app: chromadb
347+
isPersistent: true
347348
storage:
348349
# type: "manual"
349350
# pv:

0 commit comments

Comments
 (0)