this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

volsync: changes to templates

+11
+6
k8s/templates/volsync-minio/minio/replicationdestination.yaml
··· 4 4 kind: ReplicationDestination 5 5 metadata: 6 6 name: "${APP}-bootstrap" 7 + labels: 8 + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent 7 9 spec: 8 10 trigger: 9 11 manual: restore-once ··· 21 23 accessModes: 22 24 - "${VOLSYNC_ACCESSMODES:-ReadWriteOnce}" 23 25 capacity: "${VOLSYNC_CAPACITY:-1Gi}" 26 + enableFileDeletion: true 27 + cleanupCachePVC: true 28 + cleanupTempPVC: true 29 +
+5
k8s/templates/volsync/minio/replicationdestination.yaml
··· 4 4 kind: ReplicationDestination 5 5 metadata: 6 6 name: "${APP}-bootstrap" 7 + labels: 8 + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent 7 9 spec: 8 10 trigger: 9 11 manual: restore-once ··· 21 23 accessModes: 22 24 - "${VOLSYNC_ACCESSMODES:-ReadWriteOnce}" 23 25 capacity: "${VOLSYNC_CAPACITY:-1Gi}" 26 + enableFileDeletion: true 27 + cleanupCachePVC: true 28 + cleanupTempPVC: true