mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-24 07:47:02 +00:00
Add appropriate test for read only LocalVolume
This commit is contained in:
@@ -125,7 +125,7 @@ metadata:
|
||||
"--network", "none",
|
||||
"--user", "nobody",
|
||||
"--security-opt=no-new-privileges",
|
||||
"--mount", fmt.Sprintf("'type=volume,src=%s,dst=/local/'", "myvol"),
|
||||
"--mount", fmt.Sprintf("'type=volume,src=%s,dst=/local/:ro'", "myvol"),
|
||||
}
|
||||
for _, e := range os.Environ() {
|
||||
// the process env
|
||||
|
||||
Reference in New Issue
Block a user