Skip to content

Commit

Permalink
docs: fixed typo (#5890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice187 authored May 19, 2021
1 parent b42c3e2 commit edb5933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/empty-dir.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Empty Dir

While by default, the Docker and PNS [workflow executors](workflow-executors.md) can get output artifacts/parameters from the base layer (e.g. `/tmp`), neither the Kubelet or the K8SAPI executors can. It is unlikely you can get output artifacts/parameters from the base layer if you run your workflow pods with a [security context](workflow-pod-security-context.md).
While by default, the Docker and PNS [workflow executors](workflow-executors.md) can get output artifacts/parameters from the base layer (e.g. `/tmp`), neither the Kubelet nor the K8SAPI executors can. It is unlikely you can get output artifacts/parameters from the base layer if you run your workflow pods with a [security context](workflow-pod-security-context.md).

You can work-around this constraint by mounting volumes onto your pod. The easiest way to do this is to use as `emptytDir` volume.

Expand Down Expand Up @@ -33,4 +33,4 @@ spec:
- name: message
valueFrom:
path: /mnt/out/hello_world.txt
```
```

0 comments on commit edb5933

Please sign in to comment.