Skip to content

Commit

Permalink
Edit backend-statefulset storageClassName path (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdguq05 authored Jul 11, 2024
1 parent 5cd22b5 commit fa01b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/langflow-ide/templates/backend-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
storage: {{ .Values.langflow.backend.sqlite.volume.size }}
{{- if .Values.langflow.backend.sqlite.volume.existingStorageClassName }}
{{- if ne .Values.langflow.backend.sqlite.volume.existingStorageClassName "default"}}
storageClassName: "{{ .Values.zookeeper.volumes.data.existingStorageClassName }}"
storageClassName: {{ .Values.langflow.backend.sqlite.volume.existingStorageClassName }}
{{- else }}
{{- end }}
{{- else }}
Expand Down

0 comments on commit fa01b52

Please sign in to comment.