Skip to content

Commit 755660c

Browse files
committed
Fix missing config values in deployment
1 parent 868c9d6 commit 755660c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

kube/deployment.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ spec:
3838
configMapKeyRef:
3939
name: refresh-discord-bot-config
4040
key: RDB_PLAYERS_ONLINE_CHANNEL
41+
- name: RDB_UPTIME_KUMA_URL
42+
valueFrom:
43+
configMapKeyRef:
44+
name: refresh-discord-bot-config
45+
key: RDB_UPTIME_KUMA_URL
46+
- name: RDB_SERVER_STATUS_CHANNEL
47+
valueFrom:
48+
configMapKeyRef:
49+
name: refresh-discord-bot-config
50+
key: RDB_SERVER_STATUS_CHANNEL
4151
- name: DISCORD_TOKEN
4252
valueFrom:
4353
secretKeyRef:

0 commit comments

Comments
 (0)