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
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user