refactor communishift docs

Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
Mark O Brien 2022-06-15 14:08:57 +01:00
parent d1d634f78b
commit 59d2375847

View file

@ -42,9 +42,8 @@ Proposed Roadmap
AWS EFS Ansible Playbook
------------------------
One needs to provide some AWS info when creating a volume using the EFS operator, sample resource bellow:
One needs to provide some AWS info when creating a volume using the EFS operator, sample resource bellow::
```
apiVersion: aws-efs.managed.openshift.io/v1alpha1
kind: SharedVolume
metadata:
@ -53,7 +52,6 @@ One needs to provide some AWS info when creating a volume using the EFS operator
spec:
accessPointID: fsap-0123456789abcdef
fileSystemID: fs-0123cdef
```
Both "accessPointID and fileSystemID" are generated by AWS with "accessPointID" being generated for every PVC that gets provisioned in the cluster.