aboutsummaryrefslogtreecommitdiffstats
path: root/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/rolebinding.yaml
diff options
context:
space:
mode:
authorRitu Sood <Ritu.Sood@intel.com>2020-06-25 19:43:36 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-25 19:43:36 +0000
commit7696e3865b96f0bb49333fbdf68c03057df8c74b (patch)
treedb2c667c00888e975c8eecf37d64ba4ab810b9ec /kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/rolebinding.yaml
parent672d736a054ddffaecd2910a8171844fddc38bdd (diff)
parent94bfc956f43bcaec29f2fc9844b9ca4c35d72260 (diff)
Merge "Integrate collectd, prometheus and grafana."
Diffstat (limited to 'kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/rolebinding.yaml')
-rw-r--r--kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/rolebinding.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/rolebinding.yaml b/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/rolebinding.yaml
deleted file mode 100644
index a721cd42..00000000
--- a/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/rolebinding.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-apiVersion: rbac.authorization.k8s.io/v1
-kind: RoleBinding
-metadata:
- name: {{ template "prometheus.fullname" . }}-prometheus
- labels:
- app: {{ template "prometheus.name" . }}-prometheus
-{{ include "prometheus.labels" . | indent 4 }}
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: Role
- name: {{ template "prometheus.fullname" . }}-prometheus
-subjects:
-- kind: ServiceAccount
- name: {{ template "prometheus.serviceAccountName" . }}
- namespace: {{ .Release.Namespace }} \ No newline at end of file