Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 96271d2

Browse files
fix: policy finalizer ID (#11)
1 parent 88a0018 commit 96271d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/policy_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func NewPolicyReconciler(client client.Client, scheme *runtime.Scheme, awspm Aws
2121
log: logger,
2222
scheme: scheme,
2323
awsPM: awspm,
24-
finalizerID: "role.irsa.voodoo.io",
24+
finalizerID: "policy.irsa.voodoo.io",
2525
clusterName: cN,
2626
}
2727
}

0 commit comments

Comments
 (0)