Skip to content

Commit

Permalink
Merge pull request #2242 from GiganticMinecraft/unmount-dynmap
Browse files Browse the repository at this point in the history
DynMapの設定を一旦読み込まないようにする
  • Loading branch information
rito528 authored Sep 22, 2024
2 parents 6bdd9df + 2f9e4e7 commit c87720b
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -498,18 +498,18 @@ spec:
subPath: XConomy-database.yml

# DynMap プラグインの設定ファイル
- name: common-dynmap-config
mountPath: /plugins/dynmap/configuration.txt
subPath: dynmap-configuration.txt
- name: dynmap-config--s1
mountPath: /plugins/dynmap/worlds.txt
subPath: worlds.txt
- name: dynmap-config--s1
mountPath: /plugins/Dynmap-Towny/config.yml
subPath: dynmap-Towny-config.yml
- name: common-dynmap-config
mountPath: /plugins/Dynmap-WorldGuard/config.yml
subPath: dynmap-WorldGuard-config.yml
# - name: common-dynmap-config
# mountPath: /plugins/dynmap/configuration.txt
# subPath: dynmap-configuration.txt
# - name: dynmap-config--s1
# mountPath: /plugins/dynmap/worlds.txt
# subPath: worlds.txt
# - name: dynmap-config--s1
# mountPath: /plugins/Dynmap-Towny/config.yml
# subPath: dynmap-Towny-config.yml
# - name: common-dynmap-config
# mountPath: /plugins/Dynmap-WorldGuard/config.yml
# subPath: dynmap-WorldGuard-config.yml

# SeichiAssist プラグインの設定ファイル
- name: seichiassist-config
Expand Down

0 comments on commit c87720b

Please sign in to comment.