Browse Source

Añado directori Cifs para montar smb

main
Tino 4 years ago
parent
commit
255ad436f4
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Cifs/entra.sh
  2. +1
    -1
      Cifs/pod.yaml

+ 1
- 0
Cifs/entra.sh View File

@ -0,0 +1 @@
kubectl exec -ti busybox -- /bin/sh

+ 1
- 1
Cifs/pod.yaml View File

@ -23,4 +23,4 @@ spec:
name: "cifs-secret" name: "cifs-secret"
options: options:
networkPath: "//192.168.1.34/Tino" networkPath: "//192.168.1.34/Tino"
mountOptions: "dir_mode=0755,vers=1.0,file_mode=0644,noperm"
mountOptions: "dir_mode=0777,vers=1.0,file_mode=0666,noperm"

Loading…
Cancel
Save