Skip to content

Commit

Permalink
Update controllers/hcpvaultsecretsapp_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Theron Voran <[email protected]>
  • Loading branch information
jaireddjawed and tvoran authored Jan 10, 2025
1 parent 17ede69 commit e1ccab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/hcpvaultsecretsapp_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func (r *HCPVaultSecretsAppReconciler) Reconcile(ctx context.Context, req ctrl.R
}

func (r *HCPVaultSecretsAppReconciler) startShadowSecretCleanupRoutine(ctx context.Context) {
logger := log.FromContext(ctx)
logger := log.FromContext(ctx).WithName("startShadowSecretCleanupRoutine")
// cleanup of orphaned shadow secrets runs once every hour
ticker := time.NewTicker(1 * time.Hour)

Expand Down

0 comments on commit e1ccab4

Please sign in to comment.