From d61b01edb95b61c9d6127ed134e69fabff777121 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 30 Apr 2025 15:01:43 +0200 Subject: [PATCH] Update airflow values in OSM helm chart to include fullnameOverride Change-Id: I6935e18e6e1b3bafd42d39a188e2f2cf48afd1b5 Signed-off-by: garciadeblas --- installers/helm/osm/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/helm/osm/values.yaml b/installers/helm/osm/values.yaml index 5c9ea2c7..daf060ad 100644 --- a/installers/helm/osm/values.yaml +++ b/installers/helm/osm/values.yaml @@ -90,6 +90,7 @@ global: airflow: enabled: true + fullnameOverride: "airflow" config: core: parallelism: 4 -- 2.25.1