From ce13fac6568c07e6fc8b33c6a78617f0e36771bc Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 26 Jan 2025 23:32:05 +0000 Subject: [PATCH] samba needs root --- clusters/kairos/samba/deployment.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/clusters/kairos/samba/deployment.yaml b/clusters/kairos/samba/deployment.yaml index 243410c..a928b41 100644 --- a/clusters/kairos/samba/deployment.yaml +++ b/clusters/kairos/samba/deployment.yaml @@ -51,7 +51,4 @@ spec: path: /usr/local/data - name: samba-config configMap: - name: samba-config - securityContext: - runAsUser: 1000 - runAsGroup: 1000 \ No newline at end of file + name: samba-config \ No newline at end of file