mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-14 02:10:21 +00:00
Fix 1.13 charts
Signed-off-by: wilmardo <info@wilmardenouden.nl>
This commit is contained in:
parent
c739ce9d5e
commit
cba6115e30
@ -18,5 +18,4 @@ roleRef:
|
|||||||
kind: Role
|
kind: Role
|
||||||
name: {{ include "ceph-csi-cephfs.provisioner.fullname" . }}
|
name: {{ include "ceph-csi-cephfs.provisioner.fullname" . }}
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
{{ if not .Values.attacher.enabled }}
|
{{ if not .Values.provisioner.attacher.enabled }}
|
||||||
apiVersion: storage.k8s.io/v1beta1
|
apiVersion: storage.k8s.io/v1beta1
|
||||||
kind: CSIDriver
|
kind: CSIDriver
|
||||||
metadata:
|
metadata:
|
||||||
|
Loading…
Reference in New Issue
Block a user