Skip to content

Commit

Permalink
Fix airflow double-labelling (#901)
Browse files Browse the repository at this point in the history
The statsd exporter service used app.kubernetes.io/name twice
  • Loading branch information
michaeljguarino authored Feb 23, 2024
1 parent 04f11b8 commit 93b84f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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.40
version: 0.3.41
appVersion: "2.6.3"
sources:
- https://github.com/pluralsh/plural-artifacts/airflow/helm/airflow
Expand Down
1 change: 0 additions & 1 deletion airflow/helm/airflow/templates/statsd-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ metadata:
name: statsd-exporter
labels:
{{- include "airflow.labels" . | nindent 4 }}
{{- include "statsd-exporter.selectorLabels" . | nindent 4 }}
{{- with .Values.exporter.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit 93b84f8

Please sign in to comment.