This is an automated email from the ASF dual-hosted git repository.

Miretpl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new bf976c8805a Fix documentation example for scheduler resources (#72099)
bf976c8805a is described below

commit bf976c8805ad1a9e9664723aefcd0a62b659d627
Author: Aakcht <[email protected]>
AuthorDate: Wed Sep 2 05:35:44 2026 +0500

    Fix documentation example for scheduler resources (#72099)
---
 chart/docs/setting-resources-for-containers.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chart/docs/setting-resources-for-containers.rst 
b/chart/docs/setting-resources-for-containers.rst
index fae0e32fbe4..397d032052c 100644
--- a/chart/docs/setting-resources-for-containers.rst
+++ b/chart/docs/setting-resources-for-containers.rst
@@ -44,10 +44,10 @@ For example, specifying resources for scheduler container:
    :caption: values.yaml
 
    scheduler:
-      resources:
-      limits:
+     resources:
+       limits:
          cpu: 1
          memory: 1Gi
-      requests:
+       requests:
          cpu: 500m
          memory: 512Gi

Reply via email to