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

eladkal 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 0336e3ddb5e Add missing workers.kerberosInitContainer configuration in 
values.yaml (#51405)
0336e3ddb5e is described below

commit 0336e3ddb5ed3bf1453d846cb56176ac8b794b49
Author: Przemysław Mirowski <[email protected]>
AuthorDate: Wed Jun 18 00:57:18 2025 +0200

    Add missing workers.kerberosInitContainer configuration in values.yaml 
(#51405)
    
    * Add missing kerberosInitContainer in workers
    
    * Update chart/values.yaml
    
    Co-authored-by: rom sharon <[email protected]>
    
    ---------
    
    Co-authored-by: Elad Kalif <[email protected]>
    Co-authored-by: rom sharon <[email protected]>
---
 chart/values.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/chart/values.yaml b/chart/values.yaml
index c777b03fdd3..3a6bb1691fa 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -818,6 +818,13 @@ workers:
     #   cpu: 100m
     #   memory: 128Mi
 
+    # Detailed default security context for kerberos init container on 
container level
+    securityContexts:
+      container: {}
+
+    # Container level lifecycle hooks
+    containerLifecycleHooks: {}
+
   # Resource configuration for Airflow Celery workers and pods created with 
pod-template-file
   resources: {}
   #  limits:

Reply via email to