fixing docker and deployment instructions
All checks were successful
Mindforge Cronjob Build and Deploy / Build Mindforge Cronjob Image (push) Successful in 39s
Mindforge Cronjob Build and Deploy / Deploy Mindforge Cronjob (internal) (push) Successful in 44s

This commit is contained in:
2026-03-14 11:21:45 -03:00
parent 9ac593edfc
commit 3f4cbfd41d
2 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
```bash
kubectl create ns mindforge
kubectl create secret generic mindforge-secrets \
kubectl create secret generic mindforge-secrets -n mindforge \
--from-literal=GIT_REPOSITORY="your_git_repository" \
--from-literal=GEMINI_API_KEY="your_gemini_api_key" \
--from-literal=OPENAI_API_KEY="your_openai_api_key" \