Skip to content

Commit 04f722d

Browse files
authored
Merge pull request #27 from rocket357/main
MountVolume.SetUp failed for volume "gamefiles" : hostPath type check failed: /data/valheim is not a directory
2 parents a91283a + bdef23a commit 04f722d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
- name: gamefiles
5757
hostPath:
5858
path: {{ .Values.storage.hostvol.path }}
59-
type: Directory
59+
type: DirectoryOrCreate
6060
{{ end }}
6161
{{ if eq .Values.storage.kind "persistentVolumeClaim" }}
6262
- name: gamefiles

0 commit comments

Comments
 (0)