github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/csi-hostpath-driver/templates/serviceaccount.yaml (about) 1 {{- if .Values.serviceAccount.create -}} 2 apiVersion: v1 3 kind: ServiceAccount 4 metadata: 5 name: {{ include "csi-hostpath-driver.serviceAccountName" . }} 6 labels: 7 {{- include "csi-hostpath-driver.labels" . | nindent 4 }} 8 {{- with .Values.serviceAccount.annotations }} 9 annotations: 10 {{- toYaml . | nindent 4 }} 11 {{- end }} 12 {{- end }}