Skip to content

Commit 16491a1

Browse files
authored
Merge pull request #8 from mongodb/ent-helm
Fixing Typo in ClusterRoleBinding
2 parents 6835466 + dfbca26 commit 16491a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/ent-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: mongodb-enterprise-operator
33
description: MongoDB Kubernetes Enterprise Operator deployment
4-
version: 0.1.4
4+
version: 0.1.5
55
kubeVersion: '>=1.15-0'
66
keywords:
77
- mongodb

charts/ent-operator/templates/operator-roles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ subjects:
113113
kind: ClusterRole
114114
apiVersion: rbac.authorization.k8s.io/v1
115115
metadata:
116-
name: {{ .Release.Name }}-{{ .Release.Namespace }}--webhook
116+
name: {{ .Release.Name }}-{{ .Release.Namespace }}-webhook
117117
rules:
118118
- apiGroups:
119119
- "admissionregistration.k8s.io"

0 commit comments

Comments
 (0)