Skip to content

Commit

Permalink
Tighten cluster admin role
Browse files Browse the repository at this point in the history
  • Loading branch information
funkypenguin committed Dec 19, 2020
1 parent 3e44499 commit 6655290
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-pre28
version: 1.8.1-pre29
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 @@ -66,6 +66,6 @@ subjects:
namespace: {{ .Release.Namespace }}
roleRef:
kind: ClusterRole
name: fission-cluster-access
name: fission-cluster-access-{{ .Release.Namespace }}
apiGroup: rbac.authorization.k8s.io
{{- end}}

0 comments on commit 6655290

Please sign in to comment.