@@ -496,7 +496,6 @@ var _ = Describe("Generating fluentd config", func() {
496
496
<label @_APPLICATION>
497
497
<match **>
498
498
@type label_router
499
- default_route @_APPLICATION_DEFAULT
500
499
<route>
501
500
@label @APPS_PIPELINE
502
501
<match>
@@ -509,9 +508,14 @@ var _ = Describe("Generating fluentd config", func() {
509
508
namespaces dev-apple,project2-namespace
510
509
</match>
511
510
</route>
511
+ <route>
512
+ @label @_APPLICATION_ALL
513
+ <match>
514
+ </match>
515
+ </route>
512
516
</match>
513
517
</label>
514
- <label @_APPLICATION_DEFAULT >
518
+ <label @_APPLICATION_ALL >
515
519
<match **>
516
520
@type copy
517
521
<store>
@@ -1212,7 +1216,6 @@ var _ = Describe("Generating fluentd config", func() {
1212
1216
<label @_APPLICATION>
1213
1217
<match **>
1214
1218
@type label_router
1215
- default_route @_APPLICATION_DEFAULT
1216
1219
<route>
1217
1220
@label @APPS_PROD_PIPELINE
1218
1221
<match>
@@ -1225,9 +1228,14 @@ var _ = Describe("Generating fluentd config", func() {
1225
1228
labels app:nginx,environment:dev
1226
1229
</match>
1227
1230
</route>
1231
+ <route>
1232
+ @label @_APPLICATION_ALL
1233
+ <match>
1234
+ </match>
1235
+ </route>
1228
1236
</match>
1229
1237
</label>
1230
- <label @_APPLICATION_DEFAULT >
1238
+ <label @_APPLICATION_ALL >
1231
1239
<match **>
1232
1240
@type copy
1233
1241
<store>
@@ -1909,7 +1917,6 @@ var _ = Describe("Generating fluentd config", func() {
1909
1917
<label @_APPLICATION>
1910
1918
<match **>
1911
1919
@type label_router
1912
- default_route @_APPLICATION_DEFAULT
1913
1920
<route>
1914
1921
@label @APPS_PROD_PIPELINE
1915
1922
<match>
@@ -1924,9 +1931,14 @@ var _ = Describe("Generating fluentd config", func() {
1924
1931
labels app:nginx,environment:dev
1925
1932
</match>
1926
1933
</route>
1934
+ <route>
1935
+ @label @_APPLICATION_ALL
1936
+ <match>
1937
+ </match>
1938
+ </route>
1927
1939
</match>
1928
1940
</label>
1929
- <label @_APPLICATION_DEFAULT >
1941
+ <label @_APPLICATION_ALL >
1930
1942
<match **>
1931
1943
@type copy
1932
1944
<store>
0 commit comments