Skip to content

Commit

Permalink
chore(permissions): restrict knative serving permissions on the services
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro authored and astefanutti committed Jan 31, 2020
1 parent 1fc3a88 commit c2a3512
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ spec:
- apiGroups:
- serving.knative.dev
resources:
- '*'
- services
verbs:
- create
- delete
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator-role-knative.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rules:
- apiGroups:
- serving.knative.dev
resources:
- "*"
- services
verbs:
- create
- delete
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator-role-olm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ rules:
- apiGroups:
- serving.knative.dev
resources:
- "*"
- services
verbs:
- create
- delete
Expand Down
8 changes: 4 additions & 4 deletions deploy/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2a3512

Please sign in to comment.