Compare commits

...
2 Commits
Author SHA1 Message Date
Márcio Fernandes ceaedd01f0 modified: services/storage-limbosolutions-com/deploy/app/kustomization.yaml 2026-07-04 00:29:25 +00:00
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
4 changed files with 20 additions and 12 deletions
@@ -6,10 +6,20 @@
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
@@ -16,7 +16,13 @@ spec:
valuesFrom:
- kind: Secret
name: seaweedfs-csi-helm-values
valuesKey: values.yaml
- kind: Secret
name: seaweedfs-csi-helm-values
valuesKey: values.private.yaml
valuesKey: values.private.yaml
values:
storageClassName: storage-limbosolutions-com
storageClassVolumeBindingMode: Immediate
isDefaultStorageClass: false
#seaweedfsFiler: "" # set on values.private.yaml
tlsSecret: ""
driverName: storage-limbosolutions-com-csi-driver
mountService:
enabled: true
@@ -1,7 +0,0 @@
storageClassName: storage-limbosolutions-com
storageClassVolumeBindingMode: Immediate
isDefaultStorageClass: false
tlsSecret: ""
driverName: storage-limbosolutions-com-csi-driver
mountService:
enabled: true
@@ -7,7 +7,6 @@ resources:
secretGenerator:
- name: seaweedfs-csi-helm-values
files:
- values.yaml=helm-values.yaml
- values.private.yaml=helm-values.private.yaml
generatorOptions:
disableNameSuffixHash: true