-
Notifications
You must be signed in to change notification settings - Fork 104
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
VPS: Sync on any update #479
Conversation
b954e3e
to
7be850f
Compare
Other VPS fixes: - Sync whenever the destination secret is deleted and create=true - Sync whenever the destination secret data is modified out of band - Validate duration values for spec.ttl and spec.expiryOffset - Remove extra enqueue handler that duplicated reconciliation of a VPS resource
7be850f
to
f45c8b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got about halfway through, just a few questions so far.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, I left a few non-blocking comments/questions but I like the changes.
👍🏽 assuming @tvoran didn't have any blockers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great for me testing locally 👍
Other VPS fixes: - Sync whenever the destination secret is deleted and create is true - Sync whenever the destination secret data is modified out of band - Validate duration values for spec.ttl and spec.expiryOffset - Remove extra enqueue handler that duplicated reconciliation of a VPS resource
Other VPS fixes:
internal/helpers/hmac.go
Closes #465