Skip to content

Commit

Permalink
Remove cluster-scoped power to delete deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
funkypenguin committed Dec 19, 2020
1 parent b7f61fe commit 3e44499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/fission-all/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: fission-all
version: 1.8.1-pre27
version: 1.8.1-pre28
description: Fission is a fast serverless framework for Kubernetes.
keywords:
- fission
Expand Down
2 changes: 1 addition & 1 deletion charts/fission-all/templates/rbac/namespace-isolation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rules:
- "services"
- "deployments"
- "secrets"
verbs: ["list","watch","delete"] # not ideal, but minimal required to avoid fission services crashing atm
verbs: ["list","watch"] # not ideal, but minimal required to avoid fission services crashing atm
- apiGroups:
- "fission.io"
resources: ["*"]
Expand Down

0 comments on commit 3e44499

Please sign in to comment.