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