We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8addcc6 commit 1a159f1Copy full SHA for 1a159f1
validate/validate.go
@@ -503,8 +503,10 @@ func (v *Validator) CheckLinux() (msgs []string) {
503
case "rslave":
504
case "shared":
505
case "rshared":
506
+ case "unbindable":
507
+ case "runbindable":
508
default:
- msgs = append(msgs, "rootfsPropagation must be empty or one of \"private|rprivate|slave|rslave|shared|rshared\"")
509
+ msgs = append(msgs, "rootfsPropagation must be empty or one of \"private|rprivate|slave|rslave|shared|rshared|unbindable|runbindable\"")
510
}
511
512
for _, maskedPath := range v.spec.Linux.MaskedPaths {
0 commit comments