diff --git a/Cifs/entra.sh b/Cifs/entra.sh new file mode 100644 index 00000000..5ba22554 --- /dev/null +++ b/Cifs/entra.sh @@ -0,0 +1 @@ +kubectl exec -ti busybox -- /bin/sh diff --git a/Cifs/pod.yaml b/Cifs/pod.yaml index 4ad333de..3e39ee38 100644 --- a/Cifs/pod.yaml +++ b/Cifs/pod.yaml @@ -23,4 +23,4 @@ spec: name: "cifs-secret" options: 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"