deploy: move cephfs/csidriver to API

Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
This commit is contained in:
riya-singhal31
2023-05-16 12:04:59 +05:30
committed by mergify[bot]
parent 802df8f69b
commit 54fa028465
12 changed files with 224 additions and 1 deletions

View File

@ -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),