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

Miretpl pushed a commit to branch chart/v1-2x-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/chart/v1-2x-test by this push:
     new 43a409aecd8 [chart/v1-2x-test] Fix documentation example for scheduler 
resources (#72099) (#72401)
43a409aecd8 is described below

commit 43a409aecd86f33ed04fee0709b79320a8551bb3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 02:38:18 2026 +0200

    [chart/v1-2x-test] Fix documentation example for scheduler resources 
(#72099) (#72401)
    
    (cherry picked from commit bf976c8805ad1a9e9664723aefcd0a62b659d627)
    
    Co-authored-by: Aakcht <[email protected]>
---
 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