Skip to content

Commit

Permalink
update role based access permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ObiWahn committed Mar 28, 2018
1 parent 780942f commit 1fd689d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manifests/templates/deployment/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ rules:
- apiGroups: ["database.arangodb.com"]
resources: ["arangodeployments"]
verbs: ["*"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["*"]

---

Expand Down Expand Up @@ -69,4 +72,4 @@ subjects:
name: {{ .Deployment.Operator.ServiceAccountName }}
namespace: {{ .Deployment.Operator.Namespace }}

{{- end -}}
{{- end -}}

0 comments on commit 1fd689d

Please sign in to comment.