aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/collection/charts/prometheus-node-exporter/templates/psp-clusterrole.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/collection/charts/prometheus-node-exporter/templates/psp-clusterrole.yaml')
-rwxr-xr-xvnfs/DAaaS/collection/charts/prometheus-node-exporter/templates/psp-clusterrole.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/vnfs/DAaaS/collection/charts/prometheus-node-exporter/templates/psp-clusterrole.yaml b/vnfs/DAaaS/collection/charts/prometheus-node-exporter/templates/psp-clusterrole.yaml
deleted file mode 100755
index 3d0a636a..00000000
--- a/vnfs/DAaaS/collection/charts/prometheus-node-exporter/templates/psp-clusterrole.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-{{- if .Values.rbac.create }}
-{{- if .Values.rbac.pspEnabled }}
-kind: ClusterRole
-apiVersion: rbac.authorization.k8s.io/v1beta1
-metadata:
- labels: {{ include "prometheus-node-exporter.labels" . | indent 4 }}
- name: psp-{{ template "prometheus-node-exporter.fullname" . }}
-rules:
-- apiGroups: ['extensions']
- resources: ['podsecuritypolicies']
- verbs: ['use']
- resourceNames:
- - {{ template "prometheus-node-exporter.fullname" . }}
-{{- end }}
-{{- end }}