potiuk commented on a change in pull request #11413:
URL: https://github.com/apache/airflow/pull/11413#discussion_r502953757
##########
File path: chart/values.schema.json
##########
@@ -796,6 +796,15 @@
}
}
},
+ "kerberosSidecar": {
+ "description": "Run a side car in each worker pod to
refresh kerberos ccache with `airflow kerberos` according to the airflow
secuirty configuration",
+ "type": "object",
+ "properties": {
+ "enabled": {
+ "description": "Enable kerberos side car on worker
pods."
Review comment:
```suggestion
"description": "Enable kerberos side car on
worker pods.",
"type": "boolean"
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]