You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chart/values.schema.json
+84-1Lines changed: 84 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2171,7 +2171,7 @@
2171
2171
}
2172
2172
},
2173
2173
"kerberosInitContainer": {
2174
-
"description": "Kerberos init container for Airflow Celery workers and pods created with pod-template-file.",
2174
+
"description": "Kerberos init container for Airflow Celery workers and pods created with pod-template-file (deprecated, use `workers.celery.kerberosInitContainer` instead).",
2175
2175
"type": "object",
2176
2176
"additionalProperties": false,
2177
2177
"properties": {
@@ -2958,6 +2958,89 @@
2958
2958
}
2959
2959
}
2960
2960
}
2961
+
},
2962
+
"kerberosInitContainer": {
2963
+
"description": "Kerberos init container for Airflow Celery workers.",
2964
+
"type": "object",
2965
+
"additionalProperties": false,
2966
+
"properties": {
2967
+
"enabled": {
2968
+
"description": "Enable Kerberos init container.",
2969
+
"type": "boolean",
2970
+
"default": false
2971
+
},
2972
+
"resources": {
2973
+
"description": "Resources on kerberos init container.",
"description": "Container Lifecycle Hooks definition for the kerberos init container. If not set, the values from global `containerLifecycleHooks` will be used.",
0 commit comments