File tree Expand file tree Collapse file tree 8 files changed +40
-0
lines changed Expand file tree Collapse file tree 8 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ metadata:
6
6
spec :
7
7
syncPolicy :
8
8
preserveResourcesOnDeletion : true
9
+ ignoreApplicationDifferences :
10
+ - jsonPointers :
11
+ # Allow temporarily disabling auto-sync for troubleshooting
12
+ # https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
13
+ - /spec/syncPolicy
9
14
goTemplate : true
10
15
goTemplateOptions : ["missingkey=error"]
11
16
generators :
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ metadata:
6
6
spec :
7
7
syncPolicy :
8
8
preserveResourcesOnDeletion : true
9
+ ignoreApplicationDifferences :
10
+ - jsonPointers :
11
+ # Allow temporarily disabling auto-sync for troubleshooting
12
+ # https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
13
+ - /spec/syncPolicy
9
14
goTemplate : true
10
15
goTemplateOptions : ["missingkey=error"]
11
16
generators :
Original file line number Diff line number Diff line change 8
8
applicationsSync : create-update
9
9
# for infrastructure resources we don't want to delete things automatically
10
10
preserveResourcesOnDeletion : true
11
+ ignoreApplicationDifferences :
12
+ - jsonPointers :
13
+ # Allow temporarily disabling auto-sync for troubleshooting
14
+ # https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
15
+ - /spec/syncPolicy
11
16
goTemplate : true
12
17
goTemplateOptions : ["missingkey=error"]
13
18
generators :
Original file line number Diff line number Diff line change 8
8
applicationsSync : create-update
9
9
# for infrastructure resources we don't want to delete things automatically
10
10
preserveResourcesOnDeletion : true
11
+ ignoreApplicationDifferences :
12
+ - jsonPointers :
13
+ # Allow temporarily disabling auto-sync for troubleshooting
14
+ # https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
15
+ - /spec/syncPolicy
11
16
goTemplate : true
12
17
goTemplateOptions : ["missingkey=error"]
13
18
generators :
Original file line number Diff line number Diff line change 8
8
applicationsSync : create-update
9
9
# for infrastructure resources we don't want to delete things automatically
10
10
preserveResourcesOnDeletion : true
11
+ ignoreApplicationDifferences :
12
+ - jsonPointers :
13
+ # Allow temporarily disabling auto-sync for troubleshooting
14
+ # https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
15
+ - /spec/syncPolicy
11
16
goTemplate : true
12
17
goTemplateOptions : ["missingkey=error"]
13
18
generators :
Original file line number Diff line number Diff line change 8
8
applicationsSync : create-update
9
9
# for infrastructure resources we don't want to delete things automatically
10
10
preserveResourcesOnDeletion : true
11
+ ignoreApplicationDifferences :
12
+ - jsonPointers :
13
+ # Allow temporarily disabling auto-sync for troubleshooting
14
+ # https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
15
+ - /spec/syncPolicy
11
16
goTemplate : true
12
17
goTemplateOptions : ["missingkey=error"]
13
18
generators :
Original file line number Diff line number Diff line change 8
8
applicationsSync : create-update
9
9
# for infrastructure resources we don't want to delete things automatically
10
10
preserveResourcesOnDeletion : true
11
+ ignoreApplicationDifferences :
12
+ - jsonPointers :
13
+ # Allow temporarily disabling auto-sync for troubleshooting
14
+ # https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
15
+ - /spec/syncPolicy
11
16
goTemplate : true
12
17
goTemplateOptions : ["missingkey=error"]
13
18
generators :
Original file line number Diff line number Diff line change 6
6
syncPolicy :
7
7
applicationsSync : create-update
8
8
preserveResourcesOnDeletion : true
9
+ ignoreApplicationDifferences :
10
+ - jsonPointers :
11
+ # Allow temporarily disabling auto-sync for troubleshooting
12
+ # https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
13
+ - /spec/syncPolicy
9
14
goTemplate : true
10
15
goTemplateOptions : ["missingkey=error"]
11
16
generators :
You can’t perform that action at this time.
0 commit comments