Skip to content

Commit

Permalink
Merge pull request #1581 from GiganticMinecraft/add_lobby_server
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
outductor authored Dec 21, 2023
2 parents d023ce7 + 80beafd commit 22a26bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: bungee-portals-config
data:
portal.yml: |
portals.yml: |
world#-2#68#0: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
world#-2#68#1: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
world#-2#69#0: debug-pr-{{ .Values.SeichiAssistPullRequestNumber }}-s1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ spec:

# BungeePortals プラグインの設定ファイル
- name: bungee-portals-config
mountPath: /plugins/BungeePortals/portal.yml
subPath: portal.yml
mountPath: /plugins/BungeePortals/portals.yml
subPath: portals.yml

- name: mod-downloader-volume
mountPath: /plugins
Expand Down

0 comments on commit 22a26bc

Please sign in to comment.