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
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
71cd5943
Commit
71cd5943
authored
Sep 09, 2021
by
harshit aggarwal
Committed by
Kishore Battula
Sep 09, 2021
Browse files
Azure - Airflow chart change
parent
f307cc58
Changes
3
Hide whitespace changes
Inline
Side-by-side
charts/README.md
View file @
71cd5943
...
...
@@ -341,6 +341,10 @@ airflow:
# Needed for installing python osdu python sdk. In future this will be changed
- name: CI_COMMIT_TAG
value: "v0.11.0"
- name: AIRFLOW_VAR_AZURE_DNS_HOST
value: #{DNS_HOST}#
- name: AIRFLOW_VAR_AZURE_ENABLE_MSI
value: "false"
extraConfigmapMounts:
- name: remote-log-config
mountPath: /opt/airflow/config
...
...
charts/airflow/helm-config-dp.yaml
View file @
71cd5943
...
...
@@ -290,6 +290,10 @@ airflow:
value
:
"
#{AAD_CLIENT_ID}#"
-
name
:
AIRFLOW_VAR_APPINSIGHTS_KEY
value
:
"
#{appinsights-key}#"
-
name
:
AIRFLOW_VAR_AZURE_DNS_HOST
value
:
#{DNS_HOST}#
-
name
:
AIRFLOW_VAR_AZURE_ENABLE_MSI
value
:
"
false"
-
name
:
PYTHONPATH
value
:
"
/opt/celery"
# Needed for installing python osdu python sdk. In future this will be changed
...
...
charts/airflow/helm-config.yaml
View file @
71cd5943
...
...
@@ -305,6 +305,10 @@ airflow:
secretKeyRef
:
name
:
central-logging
key
:
appinsights
-
name
:
AIRFLOW_VAR_AZURE_DNS_HOST
value
:
#{DNS_HOST}#
-
name
:
AIRFLOW_VAR_AZURE_ENABLE_MSI
value
:
"
false"
-
name
:
PYTHONPATH
value
:
"
/opt/celery"
# Needed for installing python osdu python sdk. In future this will be changed
...
...
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