This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 5e9254cb37 Fix chart schema defaults (#33518)
5e9254cb37 is described below
commit 5e9254cb37922da4dbe1f060f689794fad399955
Author: Jed Cunningham <[email protected]>
AuthorDate: Sat Aug 19 00:18:03 2023 -0600
Fix chart schema defaults (#33518)
This fixes the static check failures in main.
---
chart/values.schema.json | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/chart/values.schema.json b/chart/values.schema.json
index f7be1b6601..ced3bbb6f7 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -146,7 +146,7 @@
"description": "Default Container Lifecycle Hooks definition. The
values in this parameter will be used when `containerLifecycleHooks` is not
defined for specific containers.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -1562,7 +1562,7 @@
"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": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -1645,7 +1645,7 @@
"description": "Container Lifecycle Hooks
definition for the kerberos sidecar. If not set, the values from global
`containerLifecycleHooks` will be used.",
"type": "object",
"$ref":
"#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -1871,7 +1871,7 @@
"description": "Container Lifecycle Hooks definition for
the worker. If not set, the values from global `containerLifecycleHooks` will
be used.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -1969,7 +1969,7 @@
"description": "Container Lifecycle Hooks
definition for the worker. If not set, the values from global
`containerLifecycleHooks` will be used.",
"type": "object",
"$ref":
"#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -2409,7 +2409,7 @@
"description": "Container Lifecycle Hooks definition for
the scheduler. If not set, the values from global `containerLifecycleHooks`
will be used.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -2507,7 +2507,7 @@
"description": "Container Lifecycle Hooks
definition for the wait for migrations. If not set, the values from global
`containerLifecycleHooks` will be used.",
"type": "object",
"$ref":
"#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -2905,7 +2905,7 @@
"description": "Container Lifecycle Hooks definition for
the triggerer. If not set, the values from global `containerLifecycleHooks`
will be used.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -3007,7 +3007,7 @@
"description": "Container Lifecycle Hooks
definition for the wait for migrations. If not set, the values from global
`containerLifecycleHooks` will be used.",
"type": "object",
"$ref":
"#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -3351,7 +3351,7 @@
"description": "Container Lifecycle Hooks definition for
the dag processor. If not set, the values from global `containerLifecycleHooks`
will be used.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -3453,7 +3453,7 @@
"description": "Container Lifecycle Hooks
definition for the wait for migrations. If not set, the values from global
`containerLifecycleHooks` will be used.",
"type": "object",
"$ref":
"#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -3702,7 +3702,7 @@
"description": "Container Lifecycle Hooks definition for
the create user job. If not set, the values from global
`containerLifecycleHooks` will be used.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -4000,7 +4000,7 @@
"description": "Container Lifecycle Hooks definition for
the migrate database job. If not set, the values from global
`containerLifecycleHooks` will be used.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -4395,7 +4395,7 @@
"description": "Container Lifecycle Hooks definition for
the webserver. If not set, the values from global `containerLifecycleHooks`
will be used.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -4766,7 +4766,7 @@
"description": "Container Lifecycle Hooks
definition for the wait for migrations. If not set, the values from global
`containerLifecycleHooks` will be used.",
"type": "object",
"$ref":
"#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -5193,7 +5193,7 @@
"description": "Container Lifecycle Hooks definition for
the network policy. If not set, the values from global
`containerLifecycleHooks` will be used.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -5453,7 +5453,7 @@
"description": "Container Lifecycle Hooks definition for
the statsd. If not set, the values from global `containerLifecycleHooks` will
be used.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -6080,7 +6080,7 @@
"description": "Container Lifecycle Hooks
definition for the metrics exporter sidecar. If not set, the values from global
`containerLifecycleHooks` will be used.",
"type": "object",
"$ref":
"#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -6346,7 +6346,7 @@
"description": "Container Lifecycle Hooks definition for
the redis. If not set, the values from global `containerLifecycleHooks` will be
used.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -6782,7 +6782,7 @@
"description": "Container Lifecycle Hooks definition for
the cleanup. If not set, the values from global `containerLifecycleHooks` will
be used.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -7112,7 +7112,7 @@
"description": "Container Lifecycle Hooks
definition for the git sync sidecar. If not set, the values from global
`containerLifecycleHooks` will be used.",
"type": "object",
"$ref":
"#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{
@@ -10088,7 +10088,7 @@
"description": "Container Lifecycle Hooks definition for
the log groomer sidecar. If not set, the values from global
`containerLifecycleHooks` will be used.",
"type": "object",
"$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
- "default": "{}",
+ "default": {},
"x-docsSection": "Kubernetes",
"examples": [
{