Skip to content

Commit

Permalink
Merge pull request #191 from erikgb/fix-migration-rbac
Browse files Browse the repository at this point in the history
fix: add missing RBAC for CSA->SSA migration of bundles/status
  • Loading branch information
jetstack-bot authored Oct 6, 2023
2 parents a52e314 + 1bbe691 commit f018d5d
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 f018d5d

Please sign in to comment.