mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
21 lines
564 B
YAML
21 lines
564 B
YAML
# apiVersion: argoproj.io/v1alpha1
|
|
# kind: Application
|
|
# metadata:
|
|
# name: restore-backup-app
|
|
# namespace: argocd
|
|
# finalizers:
|
|
# - resources-finalizer.argocd.argoproj.io
|
|
# spec:
|
|
# project: default
|
|
# source:
|
|
# repoURL: https://github.com/rubenhensen/k8scd.git
|
|
# targetRevision: HEAD
|
|
# path: restore-backup
|
|
# destination:
|
|
# server: https://kubernetes.default.svc
|
|
# namespace: immich # Change too namespace where the volume is!
|
|
# syncPolicy:
|
|
# syncOptions:
|
|
# - CreateNamespace=true
|
|
# automated:
|
|
# selfHeal: true |