I want to deploy airflow in Openshift.
I am using this values.yaml: https://github.com/bitnami/charts/blob/master/bitnami/airflow/values.yaml
I want to clone my dag files from the Bitbucket repository of my company.
I am modifying the /values.yaml to achieve that:
dags:
## Enable in order to download DAG files from git repositories.
##
enabled: true
repositories:
- repository:
branch: master
name: dags
path: docker-image/dags
in which part should I insert the info about the secrets in this values.yaml?