From fca43d464bc28f0214d86632474be6fa4817cc6f Mon Sep 17 00:00:00 2001 From: Oleksandr Kosse Date: Thu, 21 Apr 2022 15:20:46 +0200 Subject: [PATCH] Restore dags --- helm/osdu-infra-onprem/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helm/osdu-infra-onprem/values.yaml b/helm/osdu-infra-onprem/values.yaml index 5fe4a304..e72b236c 100644 --- a/helm/osdu-infra-onprem/values.yaml +++ b/helm/osdu-infra-onprem/values.yaml @@ -21,6 +21,12 @@ airflow: create: true serviceaccount: create: true + dags: + existingConfigmap: "dags-config" + image: + registry: "gcr.io/osdu-anthos" + repository: "bitnami/bitnami-shell" + tag: "v0.14.0" worker: image: registry: "gcr.io/osdu-anthos" -- GitLab