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
commit 4d6c3bd0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: