Merge pull request #5515 from cmaf/docs-fix-sgx-k8s-volumemount

docs: Fix volumeMounts in SGX usage example
This commit is contained in:
David Esparza
2022-10-26 07:24:31 -05:00
committed by GitHub

View File

@@ -61,6 +61,9 @@ spec:
name: eosgx-demo-job-1
image: oeciteam/oe-helloworld:latest
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /dev
name: dev-mount
securityContext:
readOnlyRootFilesystem: true
capabilities: