Skip to content

Commit

Permalink
Fix the problem of incorrect role template for appstore (#49)
Browse files Browse the repository at this point in the history
This PR fixes the incorrect rule configuration of role template of app store.

/kind bug

```release-note
修复应用管理角色失效的问题
```
  • Loading branch information
JohnNiang authored Dec 4, 2023
1 parent 9b7a15d commit 9e7bd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/extensions/store-role-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ metadata:
[ "role-template-manage-plugins", "role-template-manage-themes" ]
rules:
- apiGroups: [""]
resources: ["secret"]
resources: ["secrets"]
resourceNames: ["halo-run-app-store-pat-secret"]
verbs: ["create", "update", "get", "delete"]

0 comments on commit 9e7bd05

Please sign in to comment.