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

jedcunningham 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 507d516ff8 Add missing containers to helm chart resources docs (#38534)
507d516ff8 is described below

commit 507d516ff816b952ecf6dc939becd403955d698b
Author: Aakcht <aak...@gmail.com>
AuthorDate: Fri Mar 29 00:23:29 2024 +0500

    Add missing containers to helm chart resources docs (#38534)
---
 docs/helm-chart/setting-resources-for-containers.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/helm-chart/setting-resources-for-containers.rst 
b/docs/helm-chart/setting-resources-for-containers.rst
index 4bfafc07e8..bdc6b9d137 100644
--- a/docs/helm-chart/setting-resources-for-containers.rst
+++ b/docs/helm-chart/setting-resources-for-containers.rst
@@ -30,13 +30,16 @@ Possible Containers where resources can be configured 
include:
    * ``workers.resources``
    * ``workers.logGroomerSidecar.resources``
    * ``workers.kerberosSidecar.resources``
+   * ``workers.kerberosInitContainer.resources``
    * ``scheduler.resources``
    * ``scheduler.logGroomerSidecar.resources``
    * ``dags.gitSync.resources``
    * ``webserver.resources``
    * ``flower.resources``
    * ``dagProcessor.resources``
+   * ``dagProcessor.logGroomerSidecar.resources``
    * ``triggerer.resources``
+   * ``triggerer.logGroomerSidecar.resources``
 
 * Containers used for Airflow k8s jobs or cron jobs. You can add the resources 
for these Containers through the following parameters:
 

Reply via email to