Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DAGs mount path in Kubernetes worker pod when gitSync is enabled #13826

Merged
merged 3 commits into from
Feb 4, 2021
Merged

Fix DAGs mount path in Kubernetes worker pod when gitSync is enabled #13826

merged 3 commits into from
Feb 4, 2021

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    ce0e628 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Fix ssh-key access issue

    This change allows dags.gitSync.containerName to read ssh-key from file system.
    Similar to this https://github.com/varunvora/airflow/blob/ce0e6280d2ea39838e9f0617625cd07a757c3461/chart/templates/scheduler/scheduler-deployment.yaml#L92
    It solves #13680 issue for private repositories.
    dnskr authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    03442a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from dnskr/patch-1

    Fix ssh-key access issue
    varunvora authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    ad6d213 View commit details
    Browse the repository at this point in the history