Skip to content

Adds script to sync .env to Kubernetes#37

Merged
voarsh2 merged 1 commit intoContext-Engine-AI:testfrom
voarsh2:k8-manifest-fixes
Nov 27, 2025
Merged

Adds script to sync .env to Kubernetes#37
voarsh2 merged 1 commit intoContext-Engine-AI:testfrom
voarsh2:k8-manifest-fixes

Conversation

@voarsh2
Copy link
Contributor

@voarsh2 voarsh2 commented Nov 27, 2025

Adds a helper script to synchronize environment variables from a .env file to a Kubernetes configmap.yaml file.

This ensures that the configuration in the Kubernetes cluster matches the settings in the .env file, streamlining configuration management. It also injects envFrom into Deployments and Jobs.

Sensitive keys (e.g., GLM_API_KEY) can be excluded from the generated ConfigMap.

Adds a helper script to synchronize environment variables from a `.env` file to a Kubernetes `configmap.yaml` file.

This ensures that the configuration in the Kubernetes cluster matches the settings in the `.env` file, streamlining configuration management. It also injects `envFrom` into Deployments and Jobs.

Sensitive keys (e.g., `GLM_API_KEY`) can be excluded from the generated ConfigMap.
@voarsh2 voarsh2 merged commit f4fc00c into Context-Engine-AI:test Nov 27, 2025
1 check passed
m1rl0k pushed a commit that referenced this pull request Mar 1, 2026
Adds script to sync .env to Kubernetes
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