modified: services/storage-limbosolutions-com/deploy/app/helm-release.yaml deleted: services/storage-limbosolutions-com/deploy/app/helm-values.yaml
28 lines
467 B
Markdown
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
|
|
```
|