Skip to content

fix(litellm): remove duplicate codex-cli left in initContainers#367

Merged
samxu01 merged 1 commit into
mainfrom
sprint/litellm-dedupe-codex-cli
May 15, 2026
Merged

fix(litellm): remove duplicate codex-cli left in initContainers#367
samxu01 merged 1 commit into
mainfrom
sprint/litellm-dedupe-codex-cli

Conversation

@samxu01
Copy link
Copy Markdown
Contributor

@samxu01 samxu01 commented May 15, 2026

PR #366 awk-move added codex-cli to containers but didn't delete the original in initContainers. K8s rejected with Duplicate value. Strip the leftover.

…ners

PR #366 was supposed to move codex-cli from initContainers to containers,
but the awk move only added the new entry and didn't delete the old one.
Result: spec had codex-cli in both lists, k8s rejected with
"spec.template.spec.initContainers[1].name: Duplicate value".

Strip the leftover container + its comment block. Final structure:
containers = [litellm, codex-auth-rotator, codex-cli],
initContainers = [codex-auth-seed].

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@samxu01 samxu01 merged commit afd768a into main May 15, 2026
8 checks passed
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.

1 participant