github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/helm/trivy/templates/serviceaccount.yaml (about) 1 apiVersion: v1 2 kind: ServiceAccount 3 metadata: 4 name: {{ include "trivy.fullname" . }} 5 labels: 6 {{ include "trivy.labels" . | indent 4 }} 7 {{- if (.Values.trivy.serviceAccount).annotations }} 8 annotations: 9 {{ toYaml .Values.trivy.serviceAccount.annotations | indent 4 }} 10 {{- end }} 11 namespace: {{ .Release.Namespace }}