image:
  repository: restic/restic
  pullPolicy: IfNotPresent
  tag: ""

imagePullSecrets: [ ]
nameOverride: ""
fullnameOverride: ""

volume: |-
  emptyDir: {}

schedule: "0 0 * * *"

keepOptions:
  - "--keep-daily"
  - "7"

backupOptions: []

auth: |-
  B2_ACCOUNT_ID: "AzureDiamond"
  B2_ACCOUNT_KEY: "hunter2"

repository:
  name: "mybackuprepo"
  key: "mypassword"

jobAnnotations: { }

podAnnotations: { }

podSecurityContext: { }

securityContext: { }

resources:
  limits:
    cpu: 2
    memory: 2Gi
  requests:
    cpu: 100m
    memory: 64Mi

nodeSelector: { }

tolerations: [ ]

affinity: { }