diff options
Diffstat (limited to 'vnfs/DAaaS/collection/charts/prometheus-node-exporter/templates/psp-clusterrole.yaml')
-rwxr-xr-x | vnfs/DAaaS/collection/charts/prometheus-node-exporter/templates/psp-clusterrole.yaml | 15 |
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 }} |