Skip to content

Commit

Permalink
Merge pull request #2163 from GiganticMinecraft/fix-volume-error
Browse files Browse the repository at this point in the history
fix: babyrite のコンフィグファイルが Pod 側で見つからない問題の修正
  • Loading branch information
outductor authored Sep 4, 2024
2 parents 8ac2598 + 555ec2d commit 98dae79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
memory: 32Mi
volumeMounts:
- name: babyrite-config-volume
mountPath: /home/babyrite/config/config.yaml
mountPath: /home/babyrite/config
env:
# 相対パスを指定する
- name: CONFIG_FILE_PATH
Expand Down

0 comments on commit 98dae79

Please sign in to comment.