Skip to content

Commit

Permalink
rebuild charts
Browse files Browse the repository at this point in the history
  • Loading branch information
adwk67 committed Aug 2, 2023
1 parent 6f8b14e commit 4f91708
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deploy/helm/airflow-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ spec:
authentication: []
credentialsSecret: ''
dagsGitSync: []
executor: CeleryExecutor
listenerClass: cluster-internal
description: Global cluster configuration that applies to all roles and role groups
properties:
Expand Down Expand Up @@ -175,7 +176,10 @@ spec:
type: object
type: object
executor:
nullable: true
enum:
- CeleryExecutor
- KubernetesExecutor
- CeleryKubernetesExecutor
type: string
exposeConfig:
nullable: true
Expand Down Expand Up @@ -1308,6 +1312,7 @@ spec:
type: array
required:
- credentialsSecret
- executor
type: object
clusterOperation:
default:
Expand Down

0 comments on commit 4f91708

Please sign in to comment.