Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion pipelines/airflow/overlays/production/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,22 @@ airflow:
valueFrom:
secretKeyRef:
name: airflow
key: bonus-stockout-hitl-created-by-id
key: bonus-stockout-hitl-created-by-id
- name: GCORE_S3_HOST
valueFrom:
secretKeyRef:
name: airflow
key: gcore-s3-host
- name: GCORE_S3_ACCESS_KEY
valueFrom:
secretKeyRef:
name: airflow
key: gcore-s3-access-key
- name: GCORE_S3_SECRET_KEY
valueFrom:
secretKeyRef:
name: airflow
key: gcore-secret-key
extraVolumeMounts:
#- name: airflow-logs
#mountPath: /opt/airflow/logs
Expand Down