Skip to content

Commit c37d2e4

Browse files
committed
Fixing Typo in ClusterRoleBinding
1 parent 3f02625 commit c37d2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)