Miretpl commented on code in PR #70688:
URL: https://github.com/apache/airflow/pull/70688#discussion_r3696807739
##########
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:
Can you move it closer to the Kerberos-related configs under
`workers.celery`?
##########
chart/values.yaml:
##########
@@ -1109,6 +1111,7 @@ workers:
containerLifecycleHooks: {}
# Resource configuration for pods created with pod-template-file
+ readonlyKerberosCache: true
Review Comment:
Same comment as above.
--
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]