Skip to content

Commit

Permalink
Add missing comma in docs for KubernetesExecutor (#15035)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpilewicz authored Mar 26, 2021
1 parent fe2a70c commit 0e43b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/executor/kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ create a V1pod with a single container, and overwrite the fields as follows:
:start-after: [START task_with_volume]
:end-before: [END task_with_volume]

Note that volume mounts environment variables, ports, and devices will all be extended instead of overwritten.
Note that volume mounts, environment variables, ports, and devices will all be extended instead of overwritten.

To add a sidecar container to the launched pod, create a V1pod with an empty first container with the
name ``base`` and a second container containing your desired sidecar.
Expand Down

0 comments on commit 0e43b60

Please sign in to comment.