You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/11 18:53:16 UTC

[GitHub] [airflow] ashb commented on a change in pull request #11413: Adds missing schema for kerberos sidecar configuration

ashb commented on a change in pull request #11413:
URL: https://github.com/apache/airflow/pull/11413#discussion_r502952120



##########
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": {

Review comment:
       Missing a type here




----------------------------------------------------------------
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:
users@infra.apache.org