Skip to content

Commit

Permalink
Fix agents volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
lakinduakash committed Oct 28, 2024
1 parent 78b2e72 commit f5b79da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/h2ogpt-chart/templates/agents-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
- name: {{ include "h2ogpt.fullname" . }}-agents-volume
mountPath: /workspace/.cache
subPath: cache
- name: {{ include "h2ogpt.fullname" . }}-volume
- name: {{ include "h2ogpt.fullname" . }}-agents-volume
mountPath: /workspace/save
subPath: save
{{- if .Values.caCertificates }}
Expand All @@ -144,7 +144,7 @@ spec:
- name: {{ include "h2ogpt.fullname" . }}-agents-volume
{{- if not .Values.agents.storage.useEphemeral }}
persistentVolumeClaim:
claimName: {{ include "h2ogpt.fullname" . }}-volume
claimName: {{ include "h2ogpt.fullname" . }}-agents-volume
{{- else}}
ephemeral:
volumeClaimTemplate:
Expand Down

0 comments on commit f5b79da

Please sign in to comment.