...

Text file src/sigs.k8s.io/kustomize/kyaml/fn/framework/testdata/template-processor/templates/container-sources/job.template.yaml

Documentation: sigs.k8s.io/kustomize/kyaml/fn/framework/testdata/template-processor/templates/container-sources

     1# Copyright 2021 The Kubernetes Authors.
     2# SPDX-License-Identifier: Apache-2.0
     3
     4apiVersion: batch/v1
     5kind: Job
     6metadata:
     7  name: hello
     8spec:
     9  template:
    10    spec:
    11      containers:
    12      - name: hello
    13        image: nginx
    14        env:
    15        - name: EXISTING
    16          value: variable

View as plain text