Skip to content
GitLab
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
eeba6d75
Commit
eeba6d75
authored
Sep 16, 2021
by
harshit aggarwal
Browse files
init
parent
145827cb
Pipeline
#66013
passed with stages
in 1 minute and 3 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
charts/README.md
View file @
eeba6d75
...
...
@@ -340,11 +340,15 @@ airflow:
key: ENV_KEYVAULT
# Needed for installing python osdu python sdk. In future this will be changed
- name: CI_COMMIT_TAG
value: "v0.11.0"
value: "v0.12.0"
- name: BUILD_TAG
value: "v0.12.0"
- name: AIRFLOW_VAR_AZURE_DNS_HOST
value: #{DNS_HOST}#
- name: AIRFLOW_VAR_AZURE_ENABLE_MSI
value: "false"
- name: AIRFLOW_VAR_AZURE_CONTAINER_REGISTRY
value: #{container-registry}#.azurecr.io
extraConfigmapMounts:
- name: remote-log-config
mountPath: /opt/airflow/config
...
...
charts/airflow/helm-config-dp.yaml
View file @
eeba6d75
...
...
@@ -294,6 +294,8 @@ airflow:
value
:
#{DNS_HOST}#
-
name
:
AIRFLOW_VAR_AZURE_ENABLE_MSI
value
:
"
false"
-
name
:
AIRFLOW_VAR_AZURE_CONTAINER_REGISTRY
value
:
#{container-registry}#.azurecr.io
-
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 @
eeba6d75
...
...
@@ -309,6 +309,8 @@ airflow:
value
:
#{DNS_HOST}#
-
name
:
AIRFLOW_VAR_AZURE_ENABLE_MSI
value
:
"
false"
-
name
:
AIRFLOW_VAR_AZURE_CONTAINER_REGISTRY
value
:
#{container-registry}#.azurecr.io
-
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
.
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