# storage-limbosolutions-com ## Setup Using flux for reconciliation. **Deploy flux manifests:** ``` bash ./ops-scripts/apply-flux.sh ``` Force Reconciliation ``` bash flux reconcile helmrelease storage-limbosolutions-com-seaweedfs-csi-driver -n storage-limbosolutions-com --force ``` **Encrypt secrets:** ``` bash sops -e deploy/app/helm-values.private.dec.yaml > deploy/app/helm-values.private.yaml ```