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
46ee9fb2
Commit
46ee9fb2
authored
Jun 30, 2021
by
Vineeth Guna [Microsoft]
Committed by
Kishore Battula
Jun 30, 2021
Browse files
Bug fixes for airflow chart for data partition support
parent
8512bf10
Changes
2
Hide whitespace changes
Inline
Side-by-side
charts/airflow/helm-config-dp.yaml
View file @
46ee9fb2
...
...
@@ -230,7 +230,7 @@ airflow:
AIRFLOW__SCHEDULER__STATSD_ON
:
"
True"
AIRFLOW__SCHEDULER__STATSD_HOST
:
"
appinsights-statsd"
AIRFLOW__SCHEDULER__STATSD_PORT
:
8125
AIRFLOW__SCHEDULER__STATSD_PREFIX
:
"
osdu_airflow.#{
base
-name
-dp
}#"
AIRFLOW__SCHEDULER__STATSD_PREFIX
:
"
osdu_airflow.#{
data-partition
-name}#"
AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION
:
"
False"
## Enable for Debug purpose
AIRFLOW__WEBSERVER__EXPOSE_CONFIG
:
"
False"
...
...
charts/airflow/templates/kv-secrets.yaml
View file @
46ee9fb2
...
...
@@ -7,11 +7,6 @@ metadata:
spec
:
provider
:
azure
secretObjects
:
-
secretName
:
active-directory
type
:
Opaque
data
:
-
objectName
:
"
app-dev-sp-tenant-id"
key
:
tenantid
-
secretName
:
airflow
type
:
Opaque
data
:
...
...
@@ -88,9 +83,6 @@ spec:
- |
objectName: log-workspace-key
objectType: secret
- |
objectName: app-dev-sp-tenant-id
objectType: secret
---
apiVersion
:
secrets-store.csi.x-k8s.io/v1alpha1
kind
:
SecretProviderClass
...
...
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