We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992678e commit 8f1be71Copy full SHA for 8f1be71
deploy/helm/templates/workshop/config.yaml
@@ -22,4 +22,4 @@ data:
22
SERVER_PORT: {{ .Values.workshop.port | quote }}
23
API_GATEWAY_URL: {{ if .Values.apiGatewayServiceInstall }}"https://{{ .Values.apiGatewayService.service.name }}"{{ else }}{{ .Values.apiGatewayServiceUrl }}{{ end }}
24
TLS_ENABLED: {{ .Values.tlsEnabled | quote }}
25
- FILES_LIMIT: {{ .Values.workshop.config.filesLimit }}
+ FILES_LIMIT: {{ .Values.workshop.config.filesLimit | quote }}
deploy/helm/values.yaml
@@ -344,6 +344,7 @@ chromadb:
344
name: chromadb-config
345
labels:
346
app: chromadb
347
+ isPersistent: true
348
storage:
349
# type: "manual"
350
# pv:
0 commit comments