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
322dd74b
Commit
322dd74b
authored
Sep 09, 2021
by
Kishore Battula
Browse files
Merge branch 'haaggarw/airflow-msi' into 'master'
Azure - Airflow chart change See merge request
!475
parents
f307cc58
71cd5943
Pipeline
#64305
passed with stages
in 7 minutes and 21 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
charts/README.md
View file @
322dd74b
...
...
@@ -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 @
322dd74b
...
...
@@ -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 @
322dd74b
...
...
@@ -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