Files
casa/services/storage-limbosolutions-com/README.md
T
Márcio Fernandes d994a595ae modified: services/storage-limbosolutions-com/README.md
modified:   services/storage-limbosolutions-com/deploy/app/helm-release.yaml
deleted:    services/storage-limbosolutions-com/deploy/app/helm-values.yaml
2026-07-04 00:28:57 +00:00

28 lines
467 B
Markdown

# storage-limbosolutions-com
<https://github.com/seaweedfs/seaweedfs-csi-driver>
## 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
```