Skip to content

Commit

Permalink
Merge pull request #21 from mongodb/Fix-pod-patch-1.9.1
Browse files Browse the repository at this point in the history
Fixing permissions in pods
  • Loading branch information
theburi authored Jan 22, 2021
2 parents c92ca40 + 774e31c commit 50fe9cd
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 50fe9cd

Please sign in to comment.