Add Clarification to pod_template_file exmaples (#12932)

Addresses https://github.com/apache/airflow/issues/11686

Clarifies why we have three files of pod_template_file examples
This commit is contained in:
Daniel Imberman 2020-12-08 20:37:32 -08:00 коммит произвёл GitHub
Родитель bfbe486d9d
Коммит 38350620bc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -14,6 +14,9 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# This file is used for documentation purposes. Example can be found at docs/executor/kubernetes.rst
#
# [START template_with_dags_in_image]
---
apiVersion: v1

Просмотреть файл

@ -14,6 +14,9 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# This file is used for documentation purposes. Example can be found at docs/executor/kubernetes.rst
#
# [START template_with_dags_in_volume]
---
apiVersion: v1

Просмотреть файл

@ -14,8 +14,11 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
---
#
# This file is used for documentation purposes. Example can be found at docs/executor/kubernetes.rst
#
# [START git_sync_template]
---
apiVersion: v1
kind: Pod
metadata: