Owen-CH-Leung opened a new pull request, #34735: URL: https://github.com/apache/airflow/pull/34735
fixes #34048 As per the discussion, this PR modifes all existing yaml files inside airflow helm chart to include the recommended k8s labels. See [this](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels) for more details A lot of files are being affected but in short - a new definition `kubernetes_recommended_labels` is added into `_helpers.yaml` - Apply this new definition to each yaml file, and if applicable, add a new label `app.kubernetes.io/component` (with the value being the same as `component` if the resource was originally labeled with `component` - Modify a few helm tests as a result of this change -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
