We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6835466 + dfbca26 commit 16491a1Copy full SHA for 16491a1
charts/ent-operator/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: mongodb-enterprise-operator
3
description: MongoDB Kubernetes Enterprise Operator deployment
4
-version: 0.1.4
+version: 0.1.5
5
kubeVersion: '>=1.15-0'
6
keywords:
7
- mongodb
charts/ent-operator/templates/operator-roles.yaml
@@ -113,7 +113,7 @@ subjects:
113
kind: ClusterRole
114
apiVersion: rbac.authorization.k8s.io/v1
115
metadata:
116
- name: {{ .Release.Name }}-{{ .Release.Namespace }}--webhook
+ name: {{ .Release.Name }}-{{ .Release.Namespace }}-webhook
117
rules:
118
- apiGroups:
119
- "admissionregistration.k8s.io"
0 commit comments