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