16 lines
267 B
YAML
16 lines
267 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
# namespace: backup
|
|
nameSuffix: -prune
|
|
resources:
|
|
- ../../base
|
|
# - ./restic-commands.yaml
|
|
|
|
|
|
# patch the cronjob args field:
|
|
patches:
|
|
- path: ./restic-commands.yaml
|
|
target:
|
|
kind: CronJob
|