summaryrefslogtreecommitdiffstats
path: root/deployments/helm/v2/emco/fluentd/templates/serviceaccount.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'deployments/helm/v2/emco/fluentd/templates/serviceaccount.yaml')
-rw-r--r--deployments/helm/v2/emco/fluentd/templates/serviceaccount.yaml7
1 files changed, 0 insertions, 7 deletions
diff --git a/deployments/helm/v2/emco/fluentd/templates/serviceaccount.yaml b/deployments/helm/v2/emco/fluentd/templates/serviceaccount.yaml
deleted file mode 100644
index 1e584759..00000000
--- a/deployments/helm/v2/emco/fluentd/templates/serviceaccount.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-{{- if .Values.serviceAccount.create -}}
-apiVersion: v1
-kind: ServiceAccount
-metadata:
- name: {{ include "fluentd.serviceAccountName" . }}
- labels: {{- include "fluentd.labels" . | nindent 4 }}
-{{- end -}} \ No newline at end of file