aboutsummaryrefslogtreecommitdiffstats
path: root/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/role.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/role.yaml')
-rw-r--r--kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/role.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/role.yaml b/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/role.yaml
deleted file mode 100644
index a3c69c31..00000000
--- a/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/role.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-apiVersion: rbac.authorization.k8s.io/v1
-kind: Role
-metadata:
- name: {{ template "prometheus.fullname" . }}-prometheus
- labels:
- app: {{ template "prometheus.name" . }}-prometheus
-{{ include "prometheus.labels" . | indent 4 }}
-rules:
-- apiGroups:
- - ""
- resources:
- - nodes
- - services
- - endpoints
- - pods
- verbs:
- - get
- - list
- - watch \ No newline at end of file