Skip to content

Commit f1bcec6

Browse files
committed
refactor!: Delete support for volume syncing and backups as those projects in Riotkit are no longer supported
1 parent 2cefafd commit f1bcec6

File tree

3 files changed

+0
-132
lines changed

3 files changed

+0
-132
lines changed

helm/wordpress-hardened/templates/podfilesystemsync.yaml

-31
This file was deleted.

helm/wordpress-hardened/templates/scheduledbackup.yaml

-65
This file was deleted.

helm/wordpress-hardened/values.yaml

-36
Original file line numberDiff line numberDiff line change
@@ -198,42 +198,6 @@ backups:
198198
createIfNotExists: true
199199
secretName: backups-gpg
200200

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-
237201
# -- Use PRIVILEGED init container to correct permissions of your volumes
238202
chownInitContainer:
239203
enabled: true

0 commit comments

Comments
 (0)