Skip to content

Commit

Permalink
Merge pull request #60 from projectsyn/fix/disable-pvc-backup
Browse files Browse the repository at this point in the history
Disable K8up PVC backup for Vault PVCs
  • Loading branch information
simu authored Aug 7, 2023
2 parents 8bf1564 + 1d19552 commit 4cfdcc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ parameters:
enabled: true
size: ${vault:storage:size}
storageClass: ${vault:storage:class}
annotations:
k8up.io/backup: 'false'
ingress:
enabled: ${vault:ingress:enabled}
annotations: ${vault:ingress:annotations}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ spec:
type: OnDelete
volumeClaimTemplates:
- metadata:
annotations:
k8up.io/backup: 'false'
name: data
spec:
accessModes:
Expand Down

0 comments on commit 4cfdcc5

Please sign in to comment.