dimberman commented on a change in pull request #10393:
URL: https://github.com/apache/airflow/pull/10393#discussion_r489492947
##########
File path: docs/howto/operator/kubernetes.rst
##########
@@ -53,13 +53,10 @@ Ultimately, it allows Airflow to act a job orchestrator -
no matter the language
How to use cluster ConfigMaps, Secrets, and Volumes with Pod?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Kubernetes cluster resources such as ConfigMaps, Secrets, and Volumes can be
used with a Pod to be launched.
+Kubernetes cluster resources such as Secrets can be used with a Pod to be
launched.
Utilize the Airflow Kubernetes model classes such as:
Review comment:
Fixed. @ashb yes `Volume` and `VolumeMount` would now be `k8s.V1Volume`
and `k8s.V1VolumeMount`, I go into more detail on this in the UPDATING.md
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]