Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1939,35 +1939,6 @@
"type": "string"
}
},
"containerLifecycleHooks": {
"description": "Container Lifecycle Hooks definition for the persistence. If not set, the values from global `containerLifecycleHooks` will be used.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
"default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
"postStart": {
"exec": {
"command": [
"/bin/sh",
"-c",
"echo postStart handler > /usr/share/message"
]
}
},
"preStop": {
"exec": {
"command": [
"/bin/sh",
"-c",
"echo preStop handler > /usr/share/message"
]
}
}
}
]
},
"securityContexts": {
"description": "Security context definition for the persistence. If not set, the values from global `securityContexts` will be used.",
"type": "object",
Expand Down
3 changes: 0 additions & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -825,9 +825,6 @@ workers:
securityContexts:
container: {}

# Container level lifecycle hooks
containerLifecycleHooks: {}

# Kerberos sidecar configuration for Airflow Celery workers and pods created with pod-template-file
kerberosSidecar:
# Enable kerberos sidecar
Expand Down