Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the TTL on the updates.auto.pulumi.com objects to be changed #859

Open
pierskarsenbarg opened this issue Mar 7, 2025 · 2 comments
Labels
area/api Related to the Operator's API good-first-issue Start here if you'd like to start contributing to Pulumi kind/enhancement Improvements or new features

Comments

@pierskarsenbarg
Copy link
Member

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

When an update has taken place, the updates.auto.pulumi.com object remains. If there are a lot of updates then there are a lot of these objects.

There is a TtlAfterCompleted field that if you set by editing the object YAML, you can shorten but the default for this is 24 hours and there doesn't seem to be a way of setting that in advance.

Affected area/feature

@pierskarsenbarg pierskarsenbarg added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Mar 7, 2025
@EronWright
Copy link
Contributor

My proposal for this is to expose an updateTemplate field in the Stack spec, so that you could customize this field (and possibly others in the future). WDYT?

Does anyone feel that the default value of 24 hours is too long (or not long enough)?

@EronWright EronWright added area/api Related to the Operator's API good-first-issue Start here if you'd like to start contributing to Pulumi and removed needs-triage Needs attention from the triage team labels Mar 7, 2025
@pierskarsenbarg
Copy link
Member Author

The comment from the user I was talking to was that they use ArgoCD and because all the objects are displayed it made it difficult to read (and slow) because there were so many.

What's the purpose of the update object? Is it so people can go back and view previous updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api Related to the Operator's API good-first-issue Start here if you'd like to start contributing to Pulumi kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants