Logo
Explore Help
Sign In
mirrors/ceph-csi
1
0
Fork 0
You've already forked ceph-csi
mirror of https://github.com/ceph/ceph-csi.git synced 2025-05-25 00:36:42 +00:00
Code Issues Packages Projects Releases Wiki Activity
ceph-csi/charts/ceph-csi-cephfs/templates/csidriver-crd.yaml

11 lines
250 B
YAML
Raw Normal View History

refactor: Merge 1.13 and 1.14 Helm charts and improve charts Signed-off-by: wilmardo <info@wilmardenouden.nl>
2019-09-26 11:55:12 +02:00
{{- if not .Values.provisioner.attacher.enabled -}}
Add csidriver CRD if attacher is not enabled, we need to create the csidriver CRD with spec to make attachRequired as false to skip volume attach check in kube. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2019-04-03 10:45:15 +05:30
apiVersion: storage.k8s.io/v1beta1
kind: CSIDriver
metadata:
name: {{ .Values.driverName }}
Rework of helm charts Signed-off-by: wilmardo <info@wilmardenouden.nl>
2019-07-29 12:36:24 +02:00
namespace: {{ .Release.Namespace }}
Add csidriver CRD if attacher is not enabled, we need to create the csidriver CRD with spec to make attachRequired as false to skip volume attach check in kube. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2019-04-03 10:45:15 +05:30
spec:
attachRequired: false
podInfoOnMount: false
refactor: Merge 1.13 and 1.14 Helm charts and improve charts Signed-off-by: wilmardo <info@wilmardenouden.nl>
2019-09-26 11:55:12 +02:00
{{- end -}}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 37ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API