Skip to content

Commit

Permalink
add create to yurt-tunnel-server ClusterRole (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzhoul authored Sep 26, 2021
1 parent c50a8d0 commit a4e6de2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/setup/yurt-tunnel-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rules:
resources:
- certificatesigningrequests
verbs:
- create
- get
- list
- watch
Expand Down
1 change: 1 addition & 0 deletions config/yaml-template/yurt-tunnel-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rules:
resources:
- certificatesigningrequests
verbs:
- create
- get
- list
- watch
Expand Down
1 change: 1 addition & 0 deletions pkg/yurtctl/constants/yurt-tunnel-server-tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ rules:
resources:
- certificatesigningrequests
verbs:
- create
- get
- list
- watch
Expand Down

0 comments on commit a4e6de2

Please sign in to comment.