Skip to content

Commit

Permalink
[AIRFLOW-XXX] Update kubernetes.rst docs (#3875)
Browse files Browse the repository at this point in the history
Update kubernetes.rst with correct KubernetesPodOperator inputs
for the volumes.
  • Loading branch information
thecoderjazz authored and ashb committed Mar 27, 2019
1 parent 5b7d835 commit 1a74e00
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 @@ -126,7 +126,7 @@ Kubernetes Operator
arguments=["echo", "10"],
labels={"foo": "bar"},
secrets=[secret_file,secret_env]
volume=[volume],
volumes=[volume],
volume_mounts=[volume_mount]
name="test",
task_id="task",
Expand Down

0 comments on commit 1a74e00

Please sign in to comment.