Skip to content

Commit

Permalink
Use empty list for default pools (#902)
Browse files Browse the repository at this point in the history
Needs include deferred now, but these could just be ignored by default
  • Loading branch information
michaeljguarino authored Feb 26, 2024
1 parent 93b84f8 commit 786dcd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion airflow/helm/airflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: airflow
description: A Helm chart for airflow deployable on plural
type: application
version: 0.3.41
version: 0.3.42
appVersion: "2.6.3"
sources:
- https://github.com/pluralsh/plural-artifacts/airflow/helm/airflow
Expand Down
8 changes: 1 addition & 7 deletions airflow/helm/airflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,7 @@ airflow:
- key: "environment"
value: "prod"

pools:
- name: "pool_1"
slots: 5
description: "example pool with 5 slots"
- name: "pool_2"
slots: 10
description: "example pool with 10 slots"
pools: []

ingress:
enabled: true
Expand Down

0 comments on commit 786dcd3

Please sign in to comment.