Hyunsun Moon | 97e111d | 2022-05-13 17:56:56 -0700 | [diff] [blame] | 1 | {{/* |
| 2 | # Copyright 2022-present Open Networking Foundation |
| 3 | |
| 4 | # SPDX-License-Identifier: Apache-2.0 |
| 5 | */}} |
Shad Ansari | 0a4637a | 2022-05-11 12:20:59 -0700 | [diff] [blame] | 6 | |
| 7 | {{- if .Values.serviceAccount.create -}} |
| 8 | apiVersion: v1 |
| 9 | kind: ServiceAccount |
| 10 | metadata: |
| 11 | name: {{ include "person-detection-app.serviceAccountName" . }} |
| 12 | labels: |
| 13 | {{- include "person-detection-app.labels" . | nindent 4 }} |
| 14 | {{- with .Values.serviceAccount.annotations }} |
| 15 | annotations: |
| 16 | {{- toYaml . | nindent 4 }} |
| 17 | {{- end }} |
| 18 | {{- end }} |