Skip to content

Commit

Permalink
fix(gravitino_llamaindex_demo.ipynb): should mount ./init/gravitino/d…
Browse files Browse the repository at this point in the history
…ata/pdfs dir
  • Loading branch information
unknowntpo committed Oct 23, 2024
1 parent 1237a63 commit bcb0672
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm-chart/templates/gravitino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
mountPath: /tmp/gravitino
- name: healthcheck-script
mountPath: /tmp/healthcheck
- name: artifacts
mountPath: /tmp/gravitino/data/pdfs
readinessProbe:
exec:
command:
Expand Down Expand Up @@ -63,6 +65,10 @@ spec:
configMap:
name: gravitino-init-script
defaultMode: 0755
- name: artifacts
hostPath:
path: {{ printf "%s/init/gravitino/" .Values.projectRoot }}
type: DirectoryOrCreate
- name: healthcheck-script
configMap:
name: gravitino-healthcheck-script
Expand Down

0 comments on commit bcb0672

Please sign in to comment.