-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable pruning for automated sync of root app
This ensures that we'll be able to roll out support for multiple root apps without having to disable auto-sync for the default root app before the roll out, since we already have some configuration that will reassign existing component instances to another root app. Later, we'll want to keep this setting, so we can move component instances between different root apps without having to manually disable auto-sync for the root apps on all clusters that use the component that's being moved.
- Loading branch information
Showing
6 changed files
with
10 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ spec: | |
targetRevision: HEAD | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
prune: false | ||
selfHeal: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ spec: | |
targetRevision: HEAD | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
prune: false | ||
selfHeal: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ spec: | |
targetRevision: HEAD | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
prune: false | ||
selfHeal: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ spec: | |
targetRevision: HEAD | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
prune: false | ||
selfHeal: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ spec: | |
targetRevision: HEAD | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
prune: false | ||
selfHeal: true |