github.com/Azure/aad-pod-identity@v1.8.17/charts/aad-pod-identity/templates/nmi-serviceaccount.yaml (about) 1 {{- if .Values.rbac.enabled }} 2 apiVersion: v1 3 kind: ServiceAccount 4 metadata: 5 name: {{ template "aad-pod-identity.nmi.fullname" . }} 6 namespace: {{ .Release.Namespace }} 7 labels: 8 {{- include "aad-pod-identity.labels" . | nindent 4 }} 9 app.kubernetes.io/component: nmi 10 {{- end }}