summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/design-proposals/node/propagation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/node/propagation.md b/contributors/design-proposals/node/propagation.md
index 959e69f9..20cf58d9 100644
--- a/contributors/design-proposals/node/propagation.md
+++ b/contributors/design-proposals/node/propagation.md
@@ -189,7 +189,7 @@ Opinion against this:
1. It's not possible to validate a pod + mount propagation. Mount propagation
is stored in a HostPath PersistentVolume object, while privileged mode is
stored in Pod object. Validator sees only one object and we don't do
- cross-object validation and can't reject non-provileged pod that uses a PV
+   cross-object validation and can't reject non-privileged pod that uses a PV
with shared mount propagation.
### Make HostPath shared for privileged containers, slave for non-privileged.