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