Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Niraj Yadav <[email protected]>
  • Loading branch information
black-dragon74 committed Jul 11, 2024
1 parent 01e5cd3 commit df4bcd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/rbac/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ resources:
- csiaddons_encryptionkeyrotationcronjob_editor_role.yaml
- csiaddons_encryptionkeyrotationcronjob_viewer_role.yaml
- csiaddons_encryptionkeyrotationjob_editor_role.yaml
- csiaddons_encryptionkeyrotationjob_viewer_role.yaml
- csiaddons_encryptionkeyrotationjob_viewer_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func parseEncryptionKeyRotationJobList(
}
}

// getScheduledTimeForEKRJob extracts the scheduled time from EncryptionKeyRotationJob's annotaion
// getScheduledTimeForEKRJob extracts the scheduled time from EncryptionKeyRotationJob's annotation
// MARK:- can be a generic function
func getScheduledTimeForEKRJob(krJob *csiaddonsv1alpha1.EncryptionKeyRotationJob) (*time.Time, error) {
timeRaw := krJob.Annotations[scheduledTimeAnnotation]
Expand Down

0 comments on commit df4bcd6

Please sign in to comment.