test: fix windows test failure

This commit is contained in:
andyzhangx 2020-08-17 00:37:37 +00:00
parent ecc04f26c9
commit 516ab0ea3e
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"