From 0f039735abae4ff5a3ae7f74ac367bc0045ca03f Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Wed, 9 Jul 2025 20:17:39 +0100 Subject: [PATCH] Remove other volume --- clusters/kairos/samba-server/deployment.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/clusters/kairos/samba-server/deployment.yaml b/clusters/kairos/samba-server/deployment.yaml index dc9fcb4..be37598 100644 --- a/clusters/kairos/samba-server/deployment.yaml +++ b/clusters/kairos/samba-server/deployment.yaml @@ -36,9 +36,6 @@ spec: volumeMounts: - mountPath: /shares/data name: share-path - - mountPath: /etc/samba/smb.default - name: samba-config - subPath: smb.default envFrom: - configMapRef: name: samba-config