Skip to content

Commit

Permalink
Merge pull request #11 in DEV/k8s-helm-charts from bugfix/DEV-51561-p…
Browse files Browse the repository at this point in the history
…ermission-issue-for-k8s-deployment to feature/DEV-49675-devops-monitor-kubernetes-deployments

* commit 'ce2cb147d1e63c1d63b0a50ddababa3c59ff3b6a':
  DEV-51561 Add apps apiGroups rbac for deployments api
  • Loading branch information
DzXiaoLMCD committed May 11, 2019
2 parents d118014 + ce2cb14 commit a9af723
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions argus/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ rules:
- /healthz/*
verbs:
- get
- apiGroups:
- "apps"
resources:
- deployments
verbs:
- list
- get
- watch
- update
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
Expand Down

0 comments on commit a9af723

Please sign in to comment.