Nataneljpwd commented on code in PR #70688:
URL: https://github.com/apache/airflow/pull/70688#discussion_r3726872877


##########
chart/values.yaml:
##########
@@ -1109,6 +1111,7 @@ workers:
       containerLifecycleHooks: {}
 
     # Resource configuration for pods created with pod-template-file
+    readonlyKerberosCache: true

Review Comment:
   done, it is under the kerberos related configurations



##########
chart/values.yaml:
##########
@@ -609,6 +609,8 @@ kerberos:
 # Airflow Worker Config
 workers:
   celery:
+    # Should the kerberos-ccache mount be readonly for Celery Workers
+    readonlyKerberosCache: true

Review Comment:
   done, it is under the kerberos related configurations



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to