Skip to content

Commit

Permalink
chore: seichiassistのconfigにmariadbのパスワードを追加する
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Mar 4, 2024
1 parent 6506008 commit 6a62b80
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 6a62b80

Please sign in to comment.