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:
Родитель
bfbe486d9d
Коммит
38350620bc
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче