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: ""