forked from RamenDR/ramen
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter out the do-no-delete annotation
This annotation is added to the application PVC on the source relocate. At the time the annotation is added the protectedPVCs were already propagated to the target clusters, so it is never propagated to the target clusters. However if the annotation will be propagated to the target clusters it can break things, so now we filter it out when copying the PVC annotation to the protected PVC. Signed-off-by: Nir Soffer <[email protected]> (cherry picked from commit 825a0de)
- Loading branch information
1 parent
2f296bc
commit 511aa72
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters