aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/operator/charts/m3db-operator/templates/cluster_role_binding.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/operator/charts/m3db-operator/templates/cluster_role_binding.yaml')
-rw-r--r--vnfs/DAaaS/operator/charts/m3db-operator/templates/cluster_role_binding.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/vnfs/DAaaS/operator/charts/m3db-operator/templates/cluster_role_binding.yaml b/vnfs/DAaaS/operator/charts/m3db-operator/templates/cluster_role_binding.yaml
deleted file mode 100644
index 876a6705..00000000
--- a/vnfs/DAaaS/operator/charts/m3db-operator/templates/cluster_role_binding.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-apiVersion: rbac.authorization.k8s.io/v1beta1
-kind: ClusterRoleBinding
-metadata:
- name: {{ .Values.operator.name }}
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: ClusterRole
- name: {{ .Values.operator.name }}
-subjects:
-- kind: ServiceAccount
- name: {{ .Values.operator.name }}
- namespace: {{ .Release.Namespace }}