From 6d7c9539bb348af48f6c3d109c46f6f22d927be0 Mon Sep 17 00:00:00 2001 From: Srivahni Date: Fri, 8 Mar 2019 10:29:07 -0800 Subject: Remove redundant directories Change-Id: I0b39b22d0cf4dba0c1bee6b142b95b78e697b569 Issue-ID: ONAPARC-393 Signed-off-by: Srivahni Chivukula --- .../templates/prometheus/serviceaccount.yaml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 vnfs/DAaaS/prometheus-operator/templates/prometheus/serviceaccount.yaml (limited to 'vnfs/DAaaS/prometheus-operator/templates/prometheus/serviceaccount.yaml') diff --git a/vnfs/DAaaS/prometheus-operator/templates/prometheus/serviceaccount.yaml b/vnfs/DAaaS/prometheus-operator/templates/prometheus/serviceaccount.yaml deleted file mode 100644 index 88df10ad..00000000 --- a/vnfs/DAaaS/prometheus-operator/templates/prometheus/serviceaccount.yaml +++ /dev/null @@ -1,11 +0,0 @@ -{{- if and .Values.prometheus.enabled .Values.global.rbac.create .Values.prometheus.serviceAccount.create }} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ template "prometheus-operator.prometheus.serviceAccountName" . }} - labels: - app: {{ template "prometheus-operator.name" . }}-prometheus -{{ include "prometheus-operator.labels" . | indent 4 }} -imagePullSecrets: -{{ toYaml .Values.global.imagePullSecrets | indent 2 }} -{{- end }} -- cgit 1.2.3-korg