This is an automated email from the ASF dual-hosted git repository. shahar1 pushed a commit to branch gha-arc-rebase in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git
commit b8df447d1479cec36426616aa289618d841b7980 Author: Hussein Awala <[email protected]> AuthorDate: Sat Jul 22 13:53:42 2023 +0200 remove empty line --- helm/cluster-config/templates/namespaces/ci.yaml | 1 - helm/cluster-config/templates/namespaces/infra.yaml | 1 - helm/runners-config/templates/runners.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/helm/cluster-config/templates/namespaces/ci.yaml b/helm/cluster-config/templates/namespaces/ci.yaml index 17618e6..123ddc1 100644 --- a/helm/cluster-config/templates/namespaces/ci.yaml +++ b/helm/cluster-config/templates/namespaces/ci.yaml @@ -20,7 +20,6 @@ ################################################################################ # ci namespace where we create the CI resources ################################################################################ - apiVersion: v1 kind: Namespace metadata: diff --git a/helm/cluster-config/templates/namespaces/infra.yaml b/helm/cluster-config/templates/namespaces/infra.yaml index 0b1abb4..f6bd908 100644 --- a/helm/cluster-config/templates/namespaces/infra.yaml +++ b/helm/cluster-config/templates/namespaces/infra.yaml @@ -20,7 +20,6 @@ ################################################################################ # infra namespace where we create the infrastructure resources ################################################################################ - apiVersion: v1 kind: Namespace metadata: diff --git a/helm/runners-config/templates/runners.yaml b/helm/runners-config/templates/runners.yaml index 3577de0..80e8dce 100644 --- a/helm/runners-config/templates/runners.yaml +++ b/helm/runners-config/templates/runners.yaml @@ -20,7 +20,6 @@ ################################################################################ # Airflow GitHub Actions Runner Deployments and HRAutoscaler ################################################################################ - {{ $values := .Values }} {{ range $runner := $values.runners }} ---
