Skip to content

Commit

Permalink
fix: add missing RBAC for CSA->SSA migration of bundles/status
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Godding Boye <[email protected]>
  • Loading branch information
erikgb committed Oct 6, 2023
1 parent a52e314 commit 1bbe691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/charts/trust-manager/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ rules:
- "trust.cert-manager.io"
resources:
- "bundles/status"
verbs: ["patch"]
# We also need update here so we can perform migrations from old CSA to SSA.
verbs: ["update", "patch"]

- apiGroups:
- ""
Expand Down

0 comments on commit 1bbe691

Please sign in to comment.