Skip to content

Fix Airflow package indentation#8

Merged
rpignolet merged 1 commit into
OKDP:mainfrom
alliage-io:7-fix-airflow-package-indentation
Jun 5, 2026
Merged

Fix Airflow package indentation#8
rpignolet merged 1 commit into
OKDP:mainfrom
alliage-io:7-fix-airflow-package-indentation

Conversation

@PaulFarault

Copy link
Copy Markdown
Contributor

Description

Fix Airflow package deployment failure.

Related Issue

Fixes #7

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor / chore
  • Breaking change

How to Test

Published the new KuboCD package version on a private registry, then triggered a new release with kubectl apply -f releases/airflow.yaml:

---
apiVersion: kubocd.kubotal.io/v1alpha1
kind: Release
metadata:
  name: airflow-patch
  namespace: default
spec:
  description: Airflow test patch
  package:
    repository: <my-registry>/kubodoc/packages/airflow
    tag: 3.2.1-p2
    interval: 30m
    insecure: true

This deployment does not trigger any errors:

$ kubectl get pods
NAME                                                              READY   STATUS             RESTARTS         AGE
airflow-main-api-server-7c4f55c476-mzcbq                          1/1     Running            0                9m14s
airflow-main-dag-processor-5fdc645dfc-drfjd                       3/3     Running            0                9m14s
airflow-main-scheduler-7cc7f56d9c-8mvdh                           2/2     Running            0                9m14s
airflow-main-triggerer-0                                          3/3     Running            0                9m14s

Checklist

  • I have tested my changes
  • Documentation updated if needed
  • If breaking change: migration path described above
  • I hereby declare this contribution to be licensed under the Apache License Version 2.0.
  • I hereby agree to grant TOSIT a copyright license to use my contributions.

@PaulFarault
PaulFarault requested a review from idirze June 4, 2026 10:36
@PaulFarault PaulFarault self-assigned this Jun 4, 2026
@rpignolet
rpignolet merged commit 223db9b into OKDP:main Jun 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Airflow deployment failure

3 participants