Skip to content

Commit

Permalink
Merge pull request #1879 from GiganticMinecraft:addSeichiAssistDBPass…
Browse files Browse the repository at this point in the history
…word

chore: seichiassistのconfigにmariadbのパスワードを追加する
  • Loading branch information
unchama authored Mar 4, 2024
2 parents 6506008 + 6a62b80 commit 792d97f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data:
port: '3306'
db: 'seichiassist'
id: 'root'
pw: ''
pw: '${CFG_SEICHIASSIST_MYSQL_ROOT_PASSWORD}'
# サーバ識別設定
# 複数サーバ構成にする場合はこの値をサーバごとに変更します
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ spec:
- name: CFG_DISCORDSRV_CONSOLE_CHANNEL_ID
value: "1054159676964622426"

- name: CFG_SEICHIASSIST_MYSQL_ROOT_PASSWORD
valueFrom:
secretKeyRef:
name: mariadb
key: root-password

- name: RCON_CMDS_STARTUP
value: |-
mv create world_SW NORMAL
Expand Down

0 comments on commit 792d97f

Please sign in to comment.