aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/operator/charts/etcd-operator/templates/restore-operator-service-account.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/operator/charts/etcd-operator/templates/restore-operator-service-account.yaml')
-rw-r--r--vnfs/DAaaS/operator/charts/etcd-operator/templates/restore-operator-service-account.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/vnfs/DAaaS/operator/charts/etcd-operator/templates/restore-operator-service-account.yaml b/vnfs/DAaaS/operator/charts/etcd-operator/templates/restore-operator-service-account.yaml
deleted file mode 100644
index 595cee92..00000000
--- a/vnfs/DAaaS/operator/charts/etcd-operator/templates/restore-operator-service-account.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-{{- if and .Values.serviceAccount.restoreOperatorServiceAccount.create .Values.deployments.restoreOperator }}
----
-apiVersion: v1
-kind: ServiceAccount
-metadata:
- name: {{ template "etcd-restore-operator.serviceAccountName" . }}
- labels:
- chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
- app: {{ template "etcd-restore-operator.name" . }}
- heritage: {{ .Release.Service }}
- release: {{ .Release.Name }}
-{{- end }} \ No newline at end of file