Skip to content

Commit 39c8346

Browse files
removed default value:
1 parent 161df52 commit 39c8346

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

declarative/multiple-apps/demo-app1.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ spec:
2929
automated: # automated sync by default retries failed attempts 5 times with following delays between attempts ( 5s, 10s, 20s, 40s, 80s ); retry controlled using `retry` field.
3030
prune: true # Specifies if resources should be pruned during auto-syncing ( false by default ).
3131
selfHeal: true # Specifies if partial app sync should be executed when resources are changed only in target Kubernetes cluster and no git change detected ( false by default ).
32-
allowEmpty: false # Allows deleting all application resources during automatic syncing ( false by default ).
33-
32+

declarative/multiple-apps/demo-app2.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ spec:
2929
automated: # automated sync by default retries failed attempts 5 times with following delays between attempts ( 5s, 10s, 20s, 40s, 80s ); retry controlled using `retry` field.
3030
prune: true # Specifies if resources should be pruned during auto-syncing ( false by default ).
3131
selfHeal: true # Specifies if partial app sync should be executed when resources are changed only in target Kubernetes cluster and no git change detected ( false by default ).
32-
allowEmpty: false # Allows deleting all application resources during automatic syncing ( false by default ).
33-
32+

declarative/multiple-apps/demo-app3.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ spec:
2929
automated: # automated sync by default retries failed attempts 5 times with following delays between attempts ( 5s, 10s, 20s, 40s, 80s ); retry controlled using `retry` field.
3030
prune: true # Specifies if resources should be pruned during auto-syncing ( false by default ).
3131
selfHeal: true # Specifies if partial app sync should be executed when resources are changed only in target Kubernetes cluster and no git change detected ( false by default ).
32-
allowEmpty: false # Allows deleting all application resources during automatic syncing ( false by default ).
33-
32+

0 commit comments

Comments
 (0)