Skip to content

Commit

Permalink
Update kubernetes doc with correct path (#6774)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2784372)
  • Loading branch information
serkef authored and kaxil committed Dec 12, 2019
1 parent 1efc9e2 commit e0337cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Kubernetes Executor

The kubernetes executor is introduced in Apache Airflow 1.10.0. The Kubernetes executor will create a new pod for every task instance.

Example helm charts are available at ``scripts/ci/kubernetes/kube/{airflow,volumes,postgres}.yaml`` in the source distribution.
Example helm charts are available at ``scripts/ci/kubernetes/app/{airflow,volumes,postgres}.yaml`` in the source distribution.
The volumes are optional and depend on your configuration. There are two volumes available:

- **Dags**:
Expand Down

0 comments on commit e0337cb

Please sign in to comment.