fix backups
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: restic-secrets-application
|
||||
name: restic-commons-application
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: infrastructure
|
||||
source:
|
||||
repoURL: https://github.com/moll-re/k3s-infra.git
|
||||
targetRevision: main
|
||||
path: infrastructure/backup/secrets
|
||||
path: infrastructure/backup/common
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: backup
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secrets.application.yaml
|
||||
- common.application.yaml
|
||||
- backup.application.yaml
|
||||
- prune.application.yaml
|
||||
- postgres.backup.application.yaml
|
||||
|
Reference in New Issue
Block a user