Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sacha Brants
infra-azure-provisioning
Commits
13a77ddc
Commit
13a77ddc
authored
Nov 18, 2020
by
Kishore Battula
Browse files
Mounted plugins folder into airflow
parent
9e3d482d
Changes
2
Hide whitespace changes
Inline
Side-by-side
charts/README.md
View file @
13a77ddc
...
...
@@ -118,6 +118,7 @@ airflow:
AIRFLOW__CORE__LOG_FILENAME_TEMPLATE: "{{ run_id }}/{{ ti.dag_id }}/{{ ti.task_id }}/{{ ts }}/{{ try_number }}.log"
AIRFLOW__CELERY__SSL_ACTIVE: "True"
AIRFLOW__WEBSERVER__ENABLE_PROXY_FIX: "True"
AIRFLOW__CORE__PLUGINS_FOLDER: "/opt/airflow/plugins"
extraEnv:
- name: AIRFLOW__CORE__FERNET_KEY
valueFrom:
...
...
@@ -144,6 +145,9 @@ airflow:
- name: azure-keyvault
mountPath: "/mnt/azure-keyvault"
readOnly: true
- name: dags-data
mountPath: /opt/airflow/plugins
subPath: plugins
extraVolumes:
- name: azure-keyvault
csi:
...
...
@@ -156,6 +160,7 @@ airflow:
persistence:
enabled: true
existingClaim: airflowdagpvc
subPath: "dags"
scheduler:
podLabels:
aadpodidbinding: "osdu-identity"
...
...
charts/airflow/helm-config.yaml
View file @
13a77ddc
...
...
@@ -27,6 +27,7 @@ airflow:
AIRFLOW__CORE__LOG_FILENAME_TEMPLATE
:
"
{{
run_id
}}/{{
ti.dag_id
}}/{{
ti.task_id
}}/{{
ts
}}/{{
try_number
}}.log"
AIRFLOW__CELERY__SSL_ACTIVE
:
"
True"
AIRFLOW__WEBSERVER__ENABLE_PROXY_FIX
:
"
True"
AIRFLOW__CORE__PLUGINS_FOLDER
:
"
/opt/airflow/plugins"
extraEnv
:
-
name
:
AIRFLOW__CORE__FERNET_KEY
valueFrom
:
...
...
@@ -53,6 +54,9 @@ airflow:
-
name
:
azure-keyvault
mountPath
:
"
/mnt/azure-keyvault"
readOnly
:
true
-
name
:
dags-data
mountPath
:
/opt/airflow/plugins
subPath
:
plugins
extraVolumes
:
-
name
:
azure-keyvault
csi
:
...
...
@@ -65,6 +69,7 @@ airflow:
persistence
:
enabled
:
true
existingClaim
:
airflowdagpvc
subPath
:
"
dags"
scheduler
:
podLabels
:
aadpodidbinding
:
"
osdu-identity"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment