File tree 3 files changed +0
-132
lines changed
3 files changed +0
-132
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -198,42 +198,6 @@ backups:
198
198
createIfNotExists : true
199
199
secretName : backups-gpg
200
200
201
- # ========================================================================================
202
- # Volume Syncing Controller support
203
- #
204
- # Docs:
205
- # - https://github.com/riotkit-org/volume-syncing-controller#volume-syncing-controller)
206
- # ========================================================================================
207
- volumeSyncing :
208
- enabled : false
209
- # remotePath: "..." # defaults to release name
210
- syncOptions :
211
- schedule : " @every 8h"
212
- cleanUp :
213
- forceLocal : false
214
- forceRemote : false
215
- local : false
216
- remote : true
217
- allowedDirections :
218
- fromRemote : true
219
- toRemote : true
220
- restoreRemoteOnFirstRun : false
221
- env :
222
- # -- Remote storage configuration
223
- REMOTE_TYPE : s3
224
- REMOTE_PROVIDER : Minio
225
- REMOTE_ENDPOINT : http://minio.storage.svc.cluster.local:9000
226
- REMOTE_ACL : private
227
- # ... put there more variables ... #
228
- # see: https://github.com/riotkit-org/volume-syncing-controller#how-it-works
229
- secret :
230
- # For example for Minio or AWS this secret should have `REMOTE_ACCESS_KEY_ID` and `REMOTE_SECRET_ACCESS_KEY` keys
231
- name : " " # defaults to .Values.secrets.name
232
-
233
- automaticEncryption :
234
- enabled : true
235
- secretName : sync-encryption
236
-
237
201
# -- Use PRIVILEGED init container to correct permissions of your volumes
238
202
chownInitContainer :
239
203
enabled : true
You can’t perform that action at this time.
0 commit comments