Skip to content

Commit 6df36c4

Browse files
authoredNov 29, 2021
Helm: Remove namespace from Cluster-wide resources (#205)
1 parent 196f202 commit 6df36c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎helm_chart/templates/operator-roles.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ kind: ClusterRoleBinding
113113
apiVersion: rbac.authorization.k8s.io/v1
114114
metadata:
115115
name: {{ .Values.operator.name }}-{{ .Values.namespace }}-webhook-binding
116-
namespace: {{ .Values.namespace }}
117116
roleRef:
118117
apiGroup: rbac.authorization.k8s.io
119118
kind: ClusterRole

0 commit comments

Comments
 (0)