From 5ed42874a4ec1ee783678832229fad4afb05f139 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 26 Jan 2025 20:11:44 +0000 Subject: [PATCH] Add the configmap as a volumemount --- clusters/kairos/samba/deployment.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/clusters/kairos/samba/deployment.yaml b/clusters/kairos/samba/deployment.yaml index 26cb833..51f7927 100644 --- a/clusters/kairos/samba/deployment.yaml +++ b/clusters/kairos/samba/deployment.yaml @@ -41,14 +41,12 @@ spec: volumeMounts: - mountPath: /share name: local-path + - mountPath: /etc/samba-container + name: samba-config volumes: - name: local-path hostPath: path: /usr/local/data - type: Directory - name: samba-config configMap: - name: samba-config - items: - - key: config.json - path: /etc/samba-container/config.json \ No newline at end of file + name: samba-config \ No newline at end of file