Add bot-secrets InfisicalStaticSecret + bot-config ConfigMap (parallel, polymarket-bot 3a)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-20 10:16:24 +00:00
co-authored by Claude Opus 4.8
parent 318d66303a
commit fb9170ec5b
2 changed files with 44 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: bot-config
namespace: polymarket-bot
# Non-secret config split out of the old bot-secrets Secret. PAPER_* are plain
# operating params; WALLET_PRIVATE_KEY and COINGECKO_API_KEY are kept here as
# empty placeholders (preserving the "present-but-empty" env semantics the bot
# was started with — avoids a KeyError if the code reads them unconditionally).
data:
PAPER_BANKROLL: "10000"
PAPER_MODE: "true"
WALLET_PRIVATE_KEY: ""
COINGECKO_API_KEY: ""