fix(ci): replace yq //= with expanded form (.field // default) #195

Merged
the-dogfather-cto[bot] merged 1 commits from fix/gro-360-yq-compound-assignment into main 2026-04-01 12:13:41 +00:00

1 Commits

Author SHA1 Message Date
groombook-engineer[bot] 63100f07de fix(ci): replace yq //= with expanded form (.field // default)
The //= compound assignment operator is not supported in the version
of yq installed in CI. Replace both usages with the equivalent
(.spec.ttlSecondsAfterFinished // 86400) form.

Fixes GRO-360.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-01 10:57:27 +00:00