kustomize-controller: Upgrade from v0.17.2 to v0.18.0 causes changes on each reconcile cycle
Before the upgrade we only got events on slack when there was in fact changes checked into git, after the upgrade we get events on every 10mins:
CustomResourceDefinition/volumesnapshots.snapshot.storage.k8s.io configured
Secret/flux-system/slack-url configured
The slack-url is a sops encrypted secret
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 19 (17 by maintainers)
I can confirm that secrets with
creationTimestamp: nullcauses issue. For each cycle there is a configured event and a notification. RemovingcreationTimestampsolves that.Events each cycle before removal:
Events each cycle after removal:
This example’s interval is
.spec.intervalfrom aHelmRelease. kustomize-controllerv0.15.2.Edit: Diff for kustomization between cycles before removal was updated
Resource VersionandLastTransitionTime.