Skip to content

Commit

Permalink
fix linter findings
Browse files Browse the repository at this point in the history
  • Loading branch information
m00g3n committed Dec 12, 2023
1 parent 78fafa7 commit 1f7a705
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/gardener_cluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ func nextRequeue(now, lastSyncTime time.Time, rotationPeriod time.Duration, modi
}

func secretRotationTimePassed(secret *corev1.Secret, rotationPeriod time.Duration) bool {

if secret == nil {
return true
}
Expand Down

0 comments on commit 1f7a705

Please sign in to comment.