kyverno: re-trigger apply of tts GPU-priority exclusion (87702bdc was [ci skip]'d)

Viktor's tour-guide redo (tripit#26): the Chatterbox TTS go-live commit
87702bdc carried [ci skip], so CI never applied the kyverno change that
keeps the tts namespace out of low-GPU-priority injection. This comment-only
commit makes CI apply the already-committed change — step 1 of the
kyverno -> tts -> tripit apply order.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-06-11 18:23:29 +00:00
parent 50eff3ca39
commit 7a1cc64898

View file

@ -1170,3 +1170,7 @@ resource "kubectl_manifest" "mutate_strip_cpu_limits" {
}
})
}
# Apply re-trigger 2026-06-11: 87702bdc landed with [ci skip], so this stack was
# never CI-applied; tripit#26 (tour-guide redo) needs the tts GPU-priority
# exclusion live before the tts stack applies. No functional change in this commit.