Skip to content

fix: mount config.toml from ConfigMap in K8s#62

Merged
MoonBoi9001 merged 2 commits intomainfrom
fix/k8s-mount-configmap-as-config-toml
Nov 19, 2025
Merged

fix: mount config.toml from ConfigMap in K8s#62
MoonBoi9001 merged 2 commits intomainfrom
fix/k8s-mount-configmap-as-config-toml

Conversation

@MoonBoi9001
Copy link
Copy Markdown
Member

@MoonBoi9001 MoonBoi9001 commented Nov 19, 2025

Motivation

The application's configuration loader module (src/utils/configuration.py) requires a TOML file - otherwise it will exit with ConfigurationError. The previous K8s setup only provided environment variables via envFrom.configMapRef, which doesn't create a config file.

@MoonBoi9001 MoonBoi9001 merged commit 09dc59c into main Nov 19, 2025
12 checks passed
@MoonBoi9001 MoonBoi9001 deleted the fix/k8s-mount-configmap-as-config-toml branch November 19, 2025 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants