github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/pkg/scanners/helm/test/testdata/testchart/templates/serviceaccount.yaml (about) 1 {{- if .Values.serviceAccount.create -}} 2 apiVersion: v1 3 kind: ServiceAccount 4 metadata: 5 name: {{ include "testchart.serviceAccountName" . }} 6 labels: 7 {{- include "testchart.labels" . | nindent 4 }} 8 {{- with .Values.serviceAccount.annotations }} 9 annotations: 10 {{- toYaml . | nindent 4 }} 11 {{- end }} 12 {{- end }}