Skip to content

Commit

Permalink
fix(musicbot): persistence is not mounted
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Oct 26, 2023
1 parent 0ddb21c commit df2c092
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ spec:
image:
repository: harbor.techtales.io:443/library/github/musicbot
tag: release-250723
annotations:
reloader.stakater.com/auto: "true"
resources:
requests:
cpu: 100m
Expand All @@ -53,11 +55,11 @@ spec:

persistence:
config:
enabled: true
type: configMap
name: musicbot-config
advancedMounts:
main:
main:
- path: /musicbot/config/options.ini
readOnly: true
subPath: options.ini

0 comments on commit df2c092

Please sign in to comment.