{{/* | |
# Copyright 2022-present Open Networking Foundation | |
# SPDX-License-Identifier: Apache-2.0 | |
*/}} | |
{{- if .Values.serviceAccount.create -}} | |
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
name: {{ include "person-detection-app.serviceAccountName" . }} | |
labels: | |
{{- include "person-detection-app.labels" . | nindent 4 }} | |
{{- with .Values.serviceAccount.annotations }} | |
annotations: | |
{{- toYaml . | nindent 4 }} | |
{{- end }} | |
{{- end }} |