Skip to content

Commit

Permalink
fix: exclude velero namespace from backups
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Jul 7, 2024
1 parent 0512df5 commit c928c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/core/velero.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
template = {
ttl = "168h";
snapshotMoveData = true;
excludedNamespaces = [ "velero" ];
};
};

Expand Down

0 comments on commit c928c9e

Please sign in to comment.