From 255ad436f474b51b288a98610d0a857703b2eb93 Mon Sep 17 00:00:00 2001 From: Tino Date: Fri, 16 Jul 2021 11:35:33 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20directori=20Cifs=20para=20montar?= =?UTF-8?q?=20smb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cifs/entra.sh | 1 + Cifs/pod.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Cifs/entra.sh 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"