fix(unifi): suspend Flux Kustomization for unsigned UniFi Git source - #2705
fix(unifi): suspend Flux Kustomization for unsigned UniFi Git source#2705devantler wants to merge 2 commits into
Conversation
|
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 26549e5. Configure here.
The exposure is real and still live — but I am not merging this shape of fixPicked this up under the 2026-08-08 direction that every PR in the portfolio is mine to drive. Verified against the live cluster, and the premise holds:
So a compromised push to that repository's Why I am still not merging it as-isThe two-sided test this repo applies to hardening changes does not pass on the DevEx side.
The PR body is honest that this is a holding action — "until the external source is pinned or DispositionParked deliberately, with the blocker named: this is superseded by the durable fix rather than wrong. |
Motivation
Description
suspend: trueink8s/providers/hetzner/apps/unifi/flux-kustomization.yamlso Flux will not automatically reconcile the unsigneddevantler-tech/unifisource while a safe pin/signature workflow is arranged.Testing
python3 scripts/validate-naming.py(passed), a YAML parse/assertion viaruby -e 'require "yaml"; ...'(passed), andgit diff --check(passed);ksail workload validateandkubectl kustomize/kubectl apply --dry-run=clientcould not be executed in this environment becauseksailandkubectlwere not available.Codex Task