add the forked kong subcharts to avoid helm update
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / kong / charts / kong / templates / controller-service-account.yaml
1 {{- if and .Values.ingressController.enabled .Values.ingressController.serviceAccount.create -}}
2 apiVersion: v1
3 kind: ServiceAccount
4 metadata:
5   name: {{ template "kong.serviceAccountName" . }}
6   namespace: {{ .Release.namespace }}
7   labels:
8     app: {{ template "kong.name" . }}
9     chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
10     release: "{{ .Release.Name }}"
11     heritage: "{{ .Release.Service }}"
12 {{- end -}}