webhooks/alloydb-mutating-wh/helm/omni-pod-mutator/templates/serviceaccount.yaml (14 lines of code) (raw):

{{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount metadata: name: {{ .Values.deploymentName }}-sa namespace: {{ .Release.Namespace }} labels: {{- include "omni-pod-mutator.labels" . | nindent 4 }} {{- with .Values.serviceAccount.annotations }} annotations: {{- toYaml . | nindent 4 }} {{- end }} automountServiceAccountToken: {{ .Values.serviceAccount.automount }} {{- end }}