apps
infrastructure
argocd
argocd-imageupdate
backup
base
overlays
backup
prune
kustomization.yaml
restic-commands.yaml
applying.md
secrets
rclone-gcloud.deployment.yaml
restic-rclone.env
external
metallb-system
nfs
postgres
sealedsecrets
traefik-system
kluster-deployments
unused
.gitignore
README.md
22 lines
450 B
YAML
22 lines
450 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: backup
|
|
resources:
|
|
- ../../base
|
|
|
|
|
|
# patch the cronjob args field:
|
|
patches:
|
|
- path: restic-commands.yaml
|
|
target:
|
|
kind: CronJob
|
|
name: restic-rclone-gdrive
|
|
- target:
|
|
kind: CronJob
|
|
name: restic-rclone-gdrive
|
|
# replace the name of the cronjob
|
|
patch: |-
|
|
- op: replace
|
|
path: /metadata/name
|
|
value: restic-gdrive-prune |