Refactor Distributed Analytics project structure
[demo.git] / vnfs / DAaaS / operator / charts / prometheus-operator / templates / prometheus / serviceaccount.yaml
diff --git a/vnfs/DAaaS/operator/charts/prometheus-operator/templates/prometheus/serviceaccount.yaml b/vnfs/DAaaS/operator/charts/prometheus-operator/templates/prometheus/serviceaccount.yaml
deleted file mode 100644 (file)
index 88df10a..0000000
+++ /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 }}