Skip to content

Commit

Permalink
Merge pull request #8 from mongodb/ent-helm
Browse files Browse the repository at this point in the history
Fixing Typo in ClusterRoleBinding
  • Loading branch information
theburi authored Oct 29, 2020
2 parents 6835466 + dfbca26 commit 16491a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ent-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: mongodb-enterprise-operator
description: MongoDB Kubernetes Enterprise Operator deployment
version: 0.1.4
version: 0.1.5
kubeVersion: '>=1.15-0'
keywords:
- mongodb
Expand Down
2 changes: 1 addition & 1 deletion charts/ent-operator/templates/operator-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ subjects:
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: {{ .Release.Name }}-{{ .Release.Namespace }}--webhook
name: {{ .Release.Name }}-{{ .Release.Namespace }}-webhook
rules:
- apiGroups:
- "admissionregistration.k8s.io"
Expand Down

0 comments on commit 16491a1

Please sign in to comment.