1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-01-07 12:29:31 +00:00
ceph-csi/charts/ceph-csi-cephfs/templates/nodeplugin-serviceaccount.yaml

14 lines
445 B
YAML
Raw Normal View History

{{- if .Values.serviceAccounts.nodeplugin.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "ceph-csi-cephfs.serviceAccountName.nodeplugin" . }}
namespace: {{ .Release.Namespace }}
labels:
app: {{ include "ceph-csi-cephfs.name" . }}
chart: {{ include "ceph-csi-cephfs.chart" . }}
component: {{ .Values.nodeplugin.name }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
{{- end -}}