samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
108 stars 24 forks source link

Add code to set up path permissions #199

Closed spuiuk closed 2 years ago

spuiuk commented 2 years ago

Setup the path permissions. We essentially setup the config.json file with the required information for sambacc to setup the permissions on the directory.

Depends on sambacc containing the supporting fixes as introduced in https://github.com/samba-in-kubernetes/sambacc/pull/37

spuiuk commented 2 years ago

Closing pull request in favour of PR#200.