remove postgre charts from Kong
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / charts / postgresql / templates / serviceaccount.yaml
diff --git a/helm/infrastructure/subcharts/kong/charts/postgresql/templates/serviceaccount.yaml b/helm/infrastructure/subcharts/kong/charts/postgresql/templates/serviceaccount.yaml
deleted file mode 100755 (executable)
index 27e5b51..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{{- if and (.Values.serviceAccount.enabled) (not .Values.serviceAccount.name) }}
-apiVersion: v1
-kind: ServiceAccount
-metadata:
-  labels:
-    app: {{ template "postgresql.name" . }}
-    chart: {{ template "postgresql.chart" . }}
-    release: {{ .Release.Name | quote }}
-    heritage: {{ .Release.Service | quote }}
-  name: {{ template "postgresql.fullname" . }}
-{{- end }}
\ No newline at end of file