test: fix windows test failure
This commit is contained in:
parent
ecc04f26c9
commit
516ab0ea3e
|
|
@ -32,7 +32,7 @@ spec:
|
||||||
"kubernetes.io/os": linux
|
"kubernetes.io/os": linux
|
||||||
containers:
|
containers:
|
||||||
- name: smb-server
|
- name: smb-server
|
||||||
image: dperson/samba
|
image: andyzhangx/samba:win-fix
|
||||||
env:
|
env:
|
||||||
- name: PERMISSIONS
|
- name: PERMISSIONS
|
||||||
value: "0777"
|
value: "0777"
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ spec:
|
||||||
"kubernetes.io/os": linux
|
"kubernetes.io/os": linux
|
||||||
containers:
|
containers:
|
||||||
- name: smb-server
|
- name: smb-server
|
||||||
image: dperson/samba
|
image: andyzhangx/samba:win-fix
|
||||||
env:
|
env:
|
||||||
- name: PERMISSIONS
|
- name: PERMISSIONS
|
||||||
value: "0777"
|
value: "0777"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue