Skip to content

Commit

Permalink
Add extra verbs (although unnecessary) to fission-namespace-admin for…
Browse files Browse the repository at this point in the history
… getter
  • Loading branch information
funkypenguin committed Dec 19, 2020
1 parent 9678718 commit 9ac5f4d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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-pre30
version: 1.8.1-pre31
description: Fission is a fast serverless framework for Kubernetes.
keywords:
- fission
Expand Down
18 changes: 18 additions & 0 deletions charts/fission-all/templates/rbac/namespace-isolation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ rules:
- "fission.io"
resources: ["*"]
verbs: ["*"]
# These need to exist for getter to work
- apiGroups:
- '*'
resources:
- packages
verbs:
- get
- watch
- list
- apiGroups:
- '*'
resources:
- secrets
- configmaps
verbs:
- get
- watch
- list
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 9ac5f4d

Please sign in to comment.