mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-02 02:30:43 +00:00
Add appropriate test for read only LocalVolume
This commit is contained in:
@@ -125,7 +125,7 @@ metadata:
|
|||||||
"--network", "none",
|
"--network", "none",
|
||||||
"--user", "nobody",
|
"--user", "nobody",
|
||||||
"--security-opt=no-new-privileges",
|
"--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() {
|
for _, e := range os.Environ() {
|
||||||
// the process env
|
// the process env
|
||||||
|
|||||||
Reference in New Issue
Block a user