Skip to content

Commit

Permalink
rook-ceph olm: add missing nfs crd example
Browse files Browse the repository at this point in the history
When displaying the CRDs OLM looks into the alm-examples field in the
CSV file, the NFS CRD example was missing so let's add it.

Signed-off-by: Sébastien Han <[email protected]>
  • Loading branch information
leseb committed Sep 23, 2019
1 parent cf091d3 commit 0b4129c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions cluster/olm/ceph/assemble/metadata-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,25 @@ metadata:
"store": "my-store",
"displayName": "my display name"
}
},
{
"apiVersion": "ceph.rook.io/v1",
"kind": "CephNFS",
"metadata": {
"name": "my-nfs",
"namespace": "rook-ceph"
},
"spec": {
"rados": {
"pool": "myfs-data0",
"namespace": "nfs-ns"
},
"server": {
"active": 3,
"placement": null,
"annotations": null,
"resources": null
}
}
}
]

0 comments on commit 0b4129c

Please sign in to comment.