mirror of
https://github.com/nold360/hive-apps
synced 2024-11-09 23:36:38 +00:00
fix: bibot owm
This commit is contained in:
parent
5b3d2b8669
commit
efbc7c4798
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ controllers:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: bibot
|
name: bibot
|
||||||
key: discord-token
|
key: discord-token
|
||||||
|
OPENWEATHERMAP_API_KEY:
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: bibot
|
||||||
|
key: OPENWEATHERMAP_API_KEY
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in a new issue