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



##########
File path: chart/values.schema.json
##########
@@ -1066,6 +1076,44 @@
                     }
                 }
             }
+        },
+        "kerberos": {
+            "description": "Kerberos configurations for airflow",
+            "type": "object",
+            "properties": {
+                "enabled": {
+                    "description": "Enable kerberos.",
+                    "type": "boolean"
+                },
+                "ccacheMountPath": {
+                    "description": "Path to mount shared volume for kerberos 
credentials cache.",
+                    "type": "string"
+                },
+                "ccacheFileName": {

Review comment:
       aah, TIL :)




----------------------------------------------------------------
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]


Reply via email to