Added Helm chart for RBD plugin

Signed-off-by: Peter Nordquist <peter.nordquist@pnnl.gov>
This commit is contained in:
Peter Nordquist
2018-12-10 11:25:34 -08:00
parent 9a7ef258fc
commit 0d0b224f69
19 changed files with 687 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{{- if .Values.serviceAccounts.nodeplugin.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "ceph-csi-rbd.serviceAccountName.nodeplugin" . }}
labels:
app: {{ include "ceph-csi-rbd.name" . }}
chart: {{ include "ceph-csi-rbd.chart" . }}
component: {{ .Values.nodeplugin.name }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
{{- end -}}