Skip to content

Commit

Permalink
Fixing permissions in pods
Browse files Browse the repository at this point in the history
  • Loading branch information
theburi committed Jan 22, 2021
1 parent c92ca40 commit 774e31c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ent-operator-opsmanager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: mongodb-enterprise-opsmanager
description: MongoDB Kubernetes Enterprise Operator - Ops Manager Chart
version: 0.2.3
version: 0.2.4
kubeVersion: '>=1.15-0'
keywords:
- opsManager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ rules:
- secrets
verbs:
- get

- apiGroups:
- ""
resources:
- pods
verbs:
- patch
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 774e31c

Please sign in to comment.