feat: add grimmory as separate from booklore
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 25s
lint-test-helm / lint-helm (pull_request) Successful in 1m41s
lint-test-helm / validate-kubeconform (pull_request) Successful in 1m11s
render-manifests / render-manifests (pull_request) Successful in 54s

This commit is contained in:
2026-03-23 20:36:36 -05:00
parent 59d37de1a5
commit 1aab45aac8
13 changed files with 540 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: volsync.backube/v1alpha1
kind: ReplicationDestination
metadata:
name: grimmory-config-restore
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: grimmory-config-restore
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
trigger:
manual: restore-once
restic:
repository: booklore-config-backup-secret-local
destinationPVC: grimmory-config
copyMethod: Direct