mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
deploy: move cephfs/csidriver to API
Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
802df8f69b
commit
54fa028465
@ -49,6 +49,11 @@ var yamlArtifacts = []deploymentArtifact{
|
||||
reflect.ValueOf(ocp.NewSecurityContextConstraintsYAML),
|
||||
reflect.ValueOf(ocp.SecurityContextConstraintsDefaults),
|
||||
},
|
||||
{
|
||||
"../deploy/cephfs/kubernetes/csidriver.yaml",
|
||||
reflect.ValueOf(cephfs.NewCSIDriverYAML),
|
||||
reflect.ValueOf(cephfs.CSIDriverDefaults),
|
||||
},
|
||||
{
|
||||
"../deploy/cephfs/kubernetes/csi-config-map.yaml",
|
||||
reflect.ValueOf(cephfs.NewCSIConfigMapYAML),
|
||||
|
Reference in New Issue
Block a user