Files
gitops/clusters/kairos/samba-server/configmap.yaml
2025-07-09 20:21:14 +01:00

20 lines
445 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: samba-config
data:
FAIL_FAST: "true"
SAMBA_CONF_LOG_LEVEL: "3"
SAMBA_GLOBAL_STANZA: "map to guest = Bad User;guest account = samba;wins support = yes;load printers = no;"
SAMBA_VOLUME_CONFIG_share: |
[share]
path = /storage
comment = Shared
valid users = @smb
browseable = yes
writable = yes
read only = no
printable = no
public = yes