Skip to content

Commit

Permalink
fix(foundry-vtt): deployment wasn't adding a volume for data if s3 wa…
Browse files Browse the repository at this point in the history
…s disabled
  • Loading branch information
halkeye authored and Haloghen committed Jun 21, 2024
1 parent 5033f77 commit 3e155ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/foundry-vtt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ spec:
secretName: {{ include "foundry-vtt.fullname" . }}-aws
{{- else }}
secretName: {{ .Values.foundryvtt.s3.existingSecret }}
{{- end }}
{{- end }}
- name: data
{{- if .Values.persistence.enabled }}
Expand All @@ -225,4 +226,3 @@ spec:
{{- else }}
emptyDir: { }
{{- end }}
{{- end }}

0 comments on commit 3e155ac

Please sign in to comment.