Move Kong to infra deployment
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / kong / charts / kong / templates / controller-service-account.yaml
diff --git a/ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/controller-service-account.yaml b/ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/controller-service-account.yaml
deleted file mode 100755 (executable)
index 050b860..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-{{- if and .Values.ingressController.enabled .Values.ingressController.serviceAccount.create -}}
-apiVersion: v1
-kind: ServiceAccount
-metadata:
-  name: {{ template "kong.serviceAccountName" . }}
-  namespace: {{ .Release.namespace }}
-  labels:
-    app: {{ template "kong.name" . }}
-    chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
-    release: "{{ .Release.Name }}"
-    heritage: "{{ .Release.Service }}"
-{{- end -}}