Skip to content

Commit

Permalink
Fix bug that k3scp ObservedGeneration doesn't change (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: Mog Liang <[email protected]>
  • Loading branch information
mogliang and Mog Liang authored Jan 4, 2024
1 parent 73fb3f0 commit dadf3a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controlplane/controllers/kthreescontrolplane_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ func patchKThreesControlPlane(ctx context.Context, patchHelper *patch.Helper, kc
controlplanev1.CertificatesAvailableCondition,
controlplanev1.TokenAvailableCondition,
}},
patch.WithStatusObservedGeneration{},
)
}

Expand Down

0 comments on commit dadf3a5

Please sign in to comment.