You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chart/values.schema.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2471,12 +2471,12 @@
2471
2471
]
2472
2472
},
2473
2473
"retentionDays": {
2474
-
"description": "Number of days to retain the logs when running the Airflow log groomer sidecar (deprecated, use ``workers.celery.logGroomerSidecar.retentionDays`` instead). Total retention time is retentionDays + retentionMinutes.",
2474
+
"description": "Number of days to retain the logs when running the Airflow log groomer sidecar (deprecated, use ``workers.celery.logGroomerSidecar.retentionDays`` instead). Total retention time is ``retentionDays`` + ``retentionMinutes``.",
2475
2475
"type": "integer",
2476
2476
"default": 15
2477
2477
},
2478
2478
"retentionMinutes": {
2479
-
"description": "Number of minutes to retain the logs when running the Airflow log groomer sidecar (deprecated, use ``workers.celery.logGroomerSidecar.retentionMinutes`` instead). Total retention time is retentionDays + retentionMinutes.",
2479
+
"description": "Number of minutes to retain the logs when running the Airflow log groomer sidecar (deprecated, use ``workers.celery.logGroomerSidecar.retentionMinutes`` instead). Total retention time is ``retentionDays`` + ``retentionMinutes``.",
2480
2480
"type": "integer",
2481
2481
"default": 0
2482
2482
},
@@ -2492,7 +2492,7 @@
2492
2492
"minimum": 0
2493
2493
},
2494
2494
"maxSizePercent": {
2495
-
"description": "Max size of logs as a percentage of total disk space (deprecated, use ``workers.celery.logGroomerSidecar.maxSizePercent`` instead). When exceeded, the log groomer reduces retention until size is under limit. 0 = disabled. Ignored if maxSizeBytes is set.",
2495
+
"description": "Max size of logs as a percentage of total disk space (deprecated, use ``workers.celery.logGroomerSidecar.maxSizePercent`` instead). When exceeded, the log groomer reduces retention until size is under limit. 0 = disabled. Ignored if ``maxSizeBytes`` is set.",
2496
2496
"type": "integer",
2497
2497
"default": 0,
2498
2498
"minimum": 0,
@@ -3660,15 +3660,15 @@
3660
3660
"default": []
3661
3661
},
3662
3662
"retentionDays": {
3663
-
"description": "Number of days to retain the logs when running the Airflow log groomer sidecar. Total retention time is retentionDays + retentionMinutes.",
3663
+
"description": "Number of days to retain the logs when running the Airflow log groomer sidecar. Total retention time is ``retentionDays`` + ``retentionMinutes``.",
3664
3664
"type": [
3665
3665
"integer",
3666
3666
"null"
3667
3667
],
3668
3668
"default": null
3669
3669
},
3670
3670
"retentionMinutes": {
3671
-
"description": "Number of minutes to retain the logs when running the Airflow log groomer sidecar. Total retention time is retentionDays + retentionMinutes.",
3671
+
"description": "Number of minutes to retain the logs when running the Airflow log groomer sidecar. Total retention time is ``retentionDays`` + ``retentionMinutes``.",
3672
3672
"type": [
3673
3673
"integer",
3674
3674
"null"
@@ -3693,7 +3693,7 @@
3693
3693
"minimum": 0
3694
3694
},
3695
3695
"maxSizePercent": {
3696
-
"description": "Max size of logs as a percentage of total disk space. When exceeded, the log groomer reduces retention until size is under limit. 0 = disabled. Ignored if maxSizeBytes is set.",
3696
+
"description": "Max size of logs as a percentage of total disk space. When exceeded, the log groomer reduces retention until size is under limit. 0 = disabled. Ignored if ``maxSizeBytes`` is set.",
3697
3697
"type": [
3698
3698
"integer",
3699
3699
"null"
@@ -14961,12 +14961,12 @@
14961
14961
]
14962
14962
},
14963
14963
"retentionDays": {
14964
-
"description": "Number of days to retain the logs when running the Airflow log groomer sidecar. Total retention time is retentionDays + retentionMinutes.",
14964
+
"description": "Number of days to retain the logs when running the Airflow log groomer sidecar. Total retention time is ``retentionDays`` + ``retentionMinutes``.",
14965
14965
"type": "integer",
14966
14966
"default": 15
14967
14967
},
14968
14968
"retentionMinutes": {
14969
-
"description": "Number of minutes to retain the logs when running the Airflow log groomer sidecar. Total retention time is retentionDays + retentionMinutes.",
14969
+
"description": "Number of minutes to retain the logs when running the Airflow log groomer sidecar. Total retention time is ``retentionDays`` + ``retentionMinutes``.",
14970
14970
"type": "integer",
14971
14971
"default": 0
14972
14972
},
@@ -14982,7 +14982,7 @@
14982
14982
"minimum": 0
14983
14983
},
14984
14984
"maxSizePercent": {
14985
-
"description": "Max size of logs as a percentage of total disk space. When exceeded, the log groomer reduces retention until size is under limit. 0 = disabled. Ignored if maxSizeBytes is set.",
14985
+
"description": "Max size of logs as a percentage of total disk space. When exceeded, the log groomer reduces retention until size is under limit. 0 = disabled. Ignored if ``maxSizeBytes`` is set.",
0 commit comments