HOMELAB-817: replace narrow etcd compaction vars with generic etcd_extra_args map #162

Merged
claude-agent merged 1 commit from plane/HOMELAB-817-etcd-stability into live 2026-04-06 02:58:53 +00:00
Owner

Replace individual etcd_auto_compaction_mode/retention vars with generic etcd_extra_args map(string). Fixes gate condition that silently disabled the patch when mode was null.

Replace individual etcd_auto_compaction_mode/retention vars with generic etcd_extra_args map(string). Fixes gate condition that silently disabled the patch when mode was null.
HOMELAB-817: fix(etcd): replace narrow compaction vars with generic etcd_extra_args map
Some checks failed
0/0 projects applied successfully.
CI Review / pr-title (pull_request) Has been cancelled
CI Review / helm-validate (pull_request) Has been cancelled
CI Review / ai-review (pull_request) Has been cancelled
Lint & Validate / terraform-validate (pull_request) Has been cancelled
Lint & Validate / yaml-lint (pull_request) Has been cancelled
Lint & Validate / shellcheck (pull_request) Has been cancelled
3dc656b128
The previous etcd_auto_compaction_mode/retention variables only supported 2 args
and gated on mode != null, which meant a null default silently disabled the entire
patch. Replace with a generic map(string) that supports any etcd extraArgs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aaron/infra-core!162
No description provided.