operator
operator copied to clipboard
Field `keep-since` does not match described behavior
Expected Behavior
According to the documentation completed resources older than n minutes should be kept and all others should be deleted.
Actual Behavior
Resources that are completed at most n minutes are kept and all others are deleted.
Additional Info
- Tekton Pipeline version: v0.33.2
I would like to suggest to rename the field from keep-since
to keep-until
or something similar to more closely resemble the actual behavior.