From 7d5980df0654a05738c282ba6a86a13b2e4a8842 Mon Sep 17 00:00:00 2001 From: Miretpl Date: Wed, 4 Jun 2025 18:40:39 +0200 Subject: [PATCH 1/2] Add missing kerberosInitContainer in workers --- chart/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index c777b03fdd3d2..ca63a545abd18 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -818,6 +818,13 @@ workers: # cpu: 100m # memory: 128Mi + # Detailed default security context for kerberosSidecar 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: From ac7dfffea5d780c6207b7f26c206d12d83b04dad Mon Sep 17 00:00:00 2001 From: Elad Kalif <45845474+eladkal@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:37:45 +0300 Subject: [PATCH 2/2] Update chart/values.yaml Co-authored-by: rom sharon <33751805+romsharon98@users.noreply.github.com> --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index ca63a545abd18..3a6bb1691fad7 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -818,7 +818,7 @@ workers: # cpu: 100m # memory: 128Mi - # Detailed default security context for kerberosSidecar on container level + # Detailed default security context for kerberos init container on container level securityContexts: container: {}